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

Constructor & Destructor Documentation

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

Definition at line 3988 of file template.cpp.

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

Definition at line 3989 of file template.cpp.

3989 { delete value; }

Member Data Documentation

QCString TemplateNodeSet::Mapping::name

Definition at line 3990 of file template.cpp.

ExprAst* TemplateNodeSet::Mapping::value

Definition at line 3991 of file template.cpp.


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