My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
TemplateNodeIf::GuardedNodes Struct Reference

Public Member Functions

 GuardedNodes ()
 
 ~GuardedNodes ()
 

Public Attributes

int line
 
ExprAstguardAst
 
TemplateNodeList trueNodes
 

Detailed Description

Definition at line 2949 of file template.cpp.

Constructor & Destructor Documentation

TemplateNodeIf::GuardedNodes::GuardedNodes ( )
inline

Definition at line 2951 of file template.cpp.

: guardAst(0) {}
TemplateNodeIf::GuardedNodes::~GuardedNodes ( )
inline

Definition at line 2952 of file template.cpp.

References guardAst.

{ delete guardAst; }

Member Data Documentation

ExprAst* TemplateNodeIf::GuardedNodes::guardAst
int TemplateNodeIf::GuardedNodes::line

Definition at line 2953 of file template.cpp.

Referenced by TemplateNodeIf::render(), and TemplateNodeIf::TemplateNodeIf().

TemplateNodeList TemplateNodeIf::GuardedNodes::trueNodes

Definition at line 2955 of file template.cpp.

Referenced by TemplateNodeIf::render(), and TemplateNodeIf::TemplateNodeIf().


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