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

Public Member Functions

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

Public Attributes

QCString name
 
ExprAstvalue
 

Detailed Description

Definition at line 3996 of file template.cpp.

Constructor & Destructor Documentation

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

Definition at line 3998 of file template.cpp.

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

Definition at line 3999 of file template.cpp.

References value.

{ delete value; }

Member Data Documentation

QCString TemplateNodeWith::Mapping::name

Definition at line 4000 of file template.cpp.

Referenced by TemplateNodeWith::render().

ExprAst* TemplateNodeWith::Mapping::value

Definition at line 4001 of file template.cpp.

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


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