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