Doxygen
TemplateNodeWith::Mapping结构体 参考
+ TemplateNodeWith::Mapping 的协作图:

Public 成员函数

 Mapping (const QCString &n, ExprAstPtr &&e)
 

Public 属性

QCString name
 
ExprAstPtr value
 

详细描述

在文件 template.cpp4184 行定义.

构造及析构函数说明

◆ Mapping()

TemplateNodeWith::Mapping::Mapping ( const QCString n,
ExprAstPtr &&  e 
)
inline

在文件 template.cpp4186 行定义.

4186 : name(n), value(std::move(e)) {}

类成员变量说明

◆ name

QCString TemplateNodeWith::Mapping::name

在文件 template.cpp4187 行定义.

◆ value

ExprAstPtr TemplateNodeWith::Mapping::value

在文件 template.cpp4188 行定义.


该结构体的文档由以下文件生成:
TemplateNodeWith::Mapping::name
QCString name
Definition: template.cpp:4187
TemplateNodeWith::Mapping::value
ExprAstPtr value
Definition: template.cpp:4188