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

Public Member Functions

 Mapping (const QCString &n, ExprAst *e)
 
 ~Mapping ()
 

Public Attributes

QCString name
 
ExprAstvalue
 

Detailed Description

Definition at line 4140 of file template.cpp.

Constructor & Destructor Documentation

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

Definition at line 4142 of file template.cpp.

: name(n), value(e) {}
TemplateNodeSet::Mapping::~Mapping ( )
inline

Definition at line 4143 of file template.cpp.

References value.

{ delete value; }

Member Data Documentation

QCString TemplateNodeSet::Mapping::name

Definition at line 4144 of file template.cpp.

Referenced by TemplateNodeSet::render().

ExprAst* TemplateNodeSet::Mapping::value

Definition at line 4145 of file template.cpp.

Referenced by TemplateNodeSet::render(), and ~Mapping().


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