Public Member Functions | Public Attributes | List of all members
TemplateNodeTree::TreeContext Struct Reference

Public Member Functions

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

Public Attributes

TemplateNodeTreeobject
 
const TemplateListIntflist
 
TemplateContexttemplateCtx
 

Detailed Description

Definition at line 3596 of file template.cpp.

Constructor & Destructor Documentation

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

Definition at line 3598 of file template.cpp.

3599  : object(o), list(l), templateCtx(c) {}
const TemplateListIntf * list
Definition: template.cpp:3601
TemplateContext * templateCtx
Definition: template.cpp:3602
TemplateNodeTree * object
Definition: template.cpp:3600

Member Data Documentation

const TemplateListIntf* TemplateNodeTree::TreeContext::list

Definition at line 3601 of file template.cpp.

TemplateNodeTree* TemplateNodeTree::TreeContext::object

Definition at line 3600 of file template.cpp.

TemplateContext* TemplateNodeTree::TreeContext::templateCtx

Definition at line 3602 of file template.cpp.


The documentation for this struct was generated from the following file: