Doxygen
TemplateToken类 参考

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.cpp1952 行定义.

成员枚举类型说明

◆ Type

枚举值
Text 
Variable 
Block 

在文件 template.cpp1955 行定义.

1955 { Text, Variable, Block };

构造及析构函数说明

◆ TemplateToken()

TemplateToken::TemplateToken ( Type  t,
const QCString d,
int  l 
)
inline

在文件 template.cpp1956 行定义.

1956 : type(t), data(d), line(l) {}

类成员变量说明

◆ data

QCString TemplateToken::data

在文件 template.cpp1958 行定义.

被这些函数引用 TemplateParser::parse().

◆ line

int TemplateToken::line = 0

在文件 template.cpp1959 行定义.

被这些函数引用 TemplateParser::parse().

◆ type

Type TemplateToken::type = Text

在文件 template.cpp1957 行定义.


该类的文档由以下文件生成:
TemplateToken::line
int line
Definition: template.cpp:1959
TemplateToken::data
QCString data
Definition: template.cpp:1958
TemplateToken::Text
@ Text
Definition: template.cpp:1955
TemplateToken::Block
@ Block
Definition: template.cpp:1955
TemplateToken::Variable
@ Variable
Definition: template.cpp:1955
TemplateToken::type
Type type
Definition: template.cpp:1957