|
pelib
2.0.0
|
Go to the source code of this file.
Defines | |
| #define | PELIB_PARSER |
Functions | |
| pelib::Record * | pelib_parse (std::istream &cin, size_t argc, char **argv) |
| void | pelib_delete (pelib::Record *) |
| #define PELIB_PARSER |
| void pelib_delete | ( | pelib::Record * | ) |
Deletes a Record produced by pelib_parse
Definition at line 65 of file ampl_input.cpp.
| pelib::Record* pelib_parse | ( | std::istream & | cin, |
| size_t | argc, | ||
| char ** | argv | ||
| ) |
Parses the content of an input stream with string options and produces a class instance derived from pelib::Record. Used for dynamic library parsers
Definition at line 49 of file ampl_input.cpp.