Public Member Functions | Public Attributes | List of all members
TemplateNodeIndexEntry::Mapping Struct Reference

Public Member Functions

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

Public Attributes

QCString name
 
ExprAstvalue
 

Detailed Description

Definition at line 3711 of file template.cpp.

Constructor & Destructor Documentation

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

Definition at line 3713 of file template.cpp.

TemplateNodeIndexEntry::Mapping::~Mapping ( )
inline

Definition at line 3714 of file template.cpp.

3714 { delete value; }

Member Data Documentation

QCString TemplateNodeIndexEntry::Mapping::name

Definition at line 3715 of file template.cpp.

ExprAst* TemplateNodeIndexEntry::Mapping::value

Definition at line 3716 of file template.cpp.


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