Classes | |
| class | Lexer |
| class | Parser |
| struct | Token |
Enumerations | |
| enum class | Attribute { label , color , strokeColor , strokeWidth , strokeType , fillPattern , fillBackground , position , size , shape , unknown } |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Token &token) |
| Attribute | toAttribute (const std::string &str) |
| std::string | toString (const Attribute &attr) |
|
strong |
| std::ostream & ogdf::tlp::operator<< | ( | std::ostream & | os, |
| const Token & | token | ||
| ) |
| Attribute ogdf::tlp::toAttribute | ( | const std::string & | str | ) |
| std::string ogdf::tlp::toString | ( | const Attribute & | attr | ) |