parser functions for DOT language
More...
Go to the source code of this file.
Namespaces |
namespace | faudes |
| libFAUDES resides within the namespace faudes.
|
Functions |
std::string | faudes::RewriteDotFile (const std::string &fileName) |
System | faudes::SystemFromDot (const std::string &filename) |
| Parse a System (TcGenerator) from given dot-file.
|
bool | faudes::IsLambdaReplacement (const std::string &str) |
| check if given string is a replacement for lambda Replacements are empty string (""), underline ("_") , html lambda code ("λ") or "lambda"
|
std::vector< std::string > | faudes::split (const std::string &rStr, const std::string &rSep, const std::string &rFilename, const int lineNr) |
std::string::size_type | faudes::getIde (std::string::size_type &rPos, const std::string &rInput, std::string &rRestString, const std::string &rFilename, const int lineNr) |
| Get string literal between quotations ("ide") to &resText and return the position after the second quotation (").
|
Detailed Description
parser functions for DOT language
Definition in file pd_dotparser.cpp.