|
Limbo
|
test gdf parser, see GdfParser::Driver and GdfParser::GdfDataBase More...
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... | |
test gdf parser, see GdfParser::Driver and GdfParser::GdfDataBase
Definition in file test_bison.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main function
| argc | number of arguments |
| argv | values of arguments |
Definition at line 61 of file test_bison.cpp.
1.8.8