|
Doxygen
|
Class representing a lexical token in a template 更多...
TemplateToken 的协作图:Public 类型 | |
| enum | Type { Text, Variable, Block } |
Public 成员函数 | |
| TemplateToken (Type t, const QCString &d, int l) | |
Public 属性 | |
| Type | type = Text |
| QCString | data |
| int | line = 0 |
Class representing a lexical token in a template
在文件 template.cpp 第 1952 行定义.
| enum TemplateToken::Type |
在文件 template.cpp 第 1956 行定义.
| QCString TemplateToken::data |
在文件 template.cpp 第 1958 行定义.
被这些函数引用 TemplateParser::parse().
| int TemplateToken::line = 0 |
在文件 template.cpp 第 1959 行定义.
被这些函数引用 TemplateParser::parse().
在文件 template.cpp 第 1957 行定义.