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 |