|
Limbo 3.5.4
|
test bookshelf parser, see BookshelfParser::Driver and BookshelfParser::BookshelfDataBase More...
Go to the source code of this file.
Classes | |
| class | BookshelfDataBase |
| Custom class that inheritates BookshelfParser::BookshelfDataBase with all the required callbacks defined. More... | |
Functions | |
| void | test1 (string const &filename) |
| test 1: use function wrapper BookshelfParser::read | |
| void | test2 (string const &filename) |
| test 2: use class wrapper BookshelfParser::Driver | |
| int | main (int argc, char **argv) |
| main function | |
test bookshelf parser, see BookshelfParser::Driver and BookshelfParser::BookshelfDataBase
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 164 of file test_bison.cpp.
| void test1 | ( | string const & | filename | ) |
test 1: use function wrapper BookshelfParser::read
Definition at line 141 of file test_bison.cpp.
| void test2 | ( | string const & | filename | ) |
test 2: use class wrapper BookshelfParser::Driver
Definition at line 149 of file test_bison.cpp.