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.
Definition at line 2226 of file template.cpp.
enum TemplateToken::Type |
Enumerator | |
---|---|
Text | |
Variable | |
Block |
Definition at line 2229 of file template.cpp.
|
inline |
Definition at line 2230 of file template.cpp.
QCString TemplateToken::data |
Definition at line 2232 of file template.cpp.
int TemplateToken::line |
Definition at line 2233 of file template.cpp.
Type TemplateToken::type |
Definition at line 2231 of file template.cpp.