|
Limbo 3.5.4
|
test def parser, see DefParser::Driver and DefParser::DefDataBase More...
Go to the source code of this file.
Classes | |
| class | DefDataBase |
| Custom class that inheritates DefParser::DefDataBase with all the required callbacks defined. More... | |
Functions | |
| void | test1 (string const &filename) |
| test 1: use function wrapper DefParser::read | |
| void | test2 (string const &filename) |
| test 2: use class wrapper DefParser::Driver | |
| int | main (int argc, char **argv) |
| main function | |
test def parser, see DefParser::Driver and DefParser::DefDataBase
Definition in file test_adapt.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
main function
| argc | number of arguments |
| argv | values of arguments |
Definition at line 165 of file test_adapt.cpp.
| void test1 | ( | string const & | filename | ) |
test 1: use function wrapper DefParser::read
Definition at line 142 of file test_adapt.cpp.
| void test2 | ( | string const & | filename | ) |
test 2: use class wrapper DefParser::Driver
Definition at line 150 of file test_adapt.cpp.