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 3856 of file template.cpp.

Constructor & Destructor Documentation

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

Definition at line 3858 of file template.cpp.

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

Definition at line 3859 of file template.cpp.

3859 { delete value; }

Member Data Documentation

QCString TemplateNodeWith::Mapping::name

Definition at line 3860 of file template.cpp.

ExprAst* TemplateNodeWith::Mapping::value

Definition at line 3861 of file template.cpp.


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