|
pelib
2.0.0
|
#include <iostream>#include <pelib/parser.h>#include <pelib/output.h>#include <pelib/AmplOutput.hpp>#include <pelib/AmplInput.hpp>#include <pelib/Matrix.hpp>#include <pelib/Task.hpp>#include <pelib/Link.hpp>#include <pelib/Taskgraph.hpp>Go to the source code of this file.
Defines | |
| #define | debug(expr) cerr << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #expr << " = \"" << expr << "\"." << endl; |
Functions | |
| pelib::Record * | pelib_parse (std::istream &cin, size_t argc, char **argv) |
| void | pelib_delete (Record *rec) |
| #define debug | ( | expr | ) | cerr << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #expr << " = \"" << expr << "\"." << endl; |
Definition at line 41 of file taskgraph-streamit.cpp.
| void pelib_delete | ( | pelib::Record * | ) |
Deletes a Record produced by pelib_parse
Definition at line 110 of file taskgraph-streamit.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 46 of file taskgraph-streamit.cpp.