My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 3736 of file template.cpp.

Constructor & Destructor Documentation

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

Definition at line 3738 of file template.cpp.

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

Member Data Documentation

const TemplateListIntf* TemplateNodeTree::TreeContext::list

Definition at line 3741 of file template.cpp.

Referenced by TemplateNodeTree::renderChildren().

TemplateNodeTree* TemplateNodeTree::TreeContext::object

Definition at line 3740 of file template.cpp.

TemplateContext* TemplateNodeTree::TreeContext::templateCtx

Definition at line 3742 of file template.cpp.

Referenced by TemplateNodeTree::renderChildren().


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