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

Public 成员函数

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

Public 属性

QCString name
 
ExprAstPtr value
 

详细描述

在文件 template.cpp4324 行定义.

构造及析构函数说明

◆ Mapping()

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

在文件 template.cpp4326 行定义.

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

类成员变量说明

◆ name

QCString TemplateNodeSet::Mapping::name

在文件 template.cpp4327 行定义.

◆ value

ExprAstPtr TemplateNodeSet::Mapping::value

在文件 template.cpp4328 行定义.


该结构体的文档由以下文件生成:
TemplateNodeSet::Mapping::value
ExprAstPtr value
Definition: template.cpp:4328
TemplateNodeSet::Mapping::name
QCString name
Definition: template.cpp:4327