Doxygen
TemplateNodeTree::TreeContext结构体 参考
+ TemplateNodeTree::TreeContext 的协作图:

Public 成员函数

 TreeContext (TemplateNodeTree *o, const TemplateListIntfPtr l, TemplateContext *c)
 

Public 属性

TemplateNodeTreeobject
 
const TemplateListIntfPtr list
 
TemplateContexttemplateCtx
 

详细描述

在文件 template.cpp3937 行定义.

构造及析构函数说明

◆ TreeContext()

TemplateNodeTree::TreeContext::TreeContext ( TemplateNodeTree o,
const TemplateListIntfPtr  l,
TemplateContext c 
)
inline

在文件 template.cpp3939 行定义.

3940  : object(o), list(l), templateCtx(c) {}

类成员变量说明

◆ list

const TemplateListIntfPtr TemplateNodeTree::TreeContext::list

在文件 template.cpp3942 行定义.

被这些函数引用 TemplateNodeTree::renderChildren().

◆ object

TemplateNodeTree* TemplateNodeTree::TreeContext::object

在文件 template.cpp3941 行定义.

被这些函数引用 TemplateNodeTree::renderChildren().

◆ templateCtx

TemplateContext* TemplateNodeTree::TreeContext::templateCtx

在文件 template.cpp3943 行定义.

被这些函数引用 TemplateNodeTree::renderChildren().


该结构体的文档由以下文件生成:
TemplateNodeTree::TreeContext::object
TemplateNodeTree * object
Definition: template.cpp:3941
TemplateNodeTree::TreeContext::templateCtx
TemplateContext * templateCtx
Definition: template.cpp:3943
TemplateNodeTree::TreeContext::list
const TemplateListIntfPtr list
Definition: template.cpp:3942