|
ISLEman
|
Class representing a lexical token in a template. More...
Public Types | |
| enum | Type { Text, Variable, Block } |
Public Member Functions | |
| TemplateToken (Type t, const char *d, int l) | |
Public Attributes | |
| Type | type |
| QCString | data |
| int | line |
Class representing a lexical token in a template.
1.8.12