Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
test_bison.cpp File Reference

test gdf parser, see GdfParser::Driver and GdfParser::GdfDataBase More...

#include <iostream>
#include <fstream>
#include <limbo/parsers/gdf/bison/GdfDriver.h>

Go to the source code of this file.

Classes

class  GdfDataBase
 Custom class that inheritates GdfParser::GdfDataBase with all the required callbacks gdfined. More...
 

Functions

void test1 (string const &filename)
 test 1: use function wrapper GdfParser::read
 
void test2 (string const &filename)
 test 2: use class wrapper GdfParser::Driver
 
int main (int argc, char **argv)
 main function More...
 

Detailed Description

test gdf parser, see GdfParser::Driver and GdfParser::GdfDataBase

Author
Yibo Lin
Date
Oct 2014

Definition in file test_bison.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

main function

Parameters
argcnumber of arguments
argvvalues of arguments
Returns
0

Definition at line 61 of file test_bison.cpp.