Class representing a filter in the AST. More...
Public Member Functions | |
ExprAstFilter (const char *name, ExprAst *arg) | |
~ExprAstFilter () | |
const QCString & | name () const |
TemplateVariant | apply (const TemplateVariant &v, TemplateContext *c) |
Public Member Functions inherited from ExprAst | |
virtual | ~ExprAst () |
virtual TemplateVariant | resolve (TemplateContext *) |
Private Attributes | |
QCString | m_name |
ExprAst * | m_arg |
Class representing a filter in the AST.
Definition at line 1437 of file template.cpp.
|
inline |
Definition at line 1440 of file template.cpp.
|
inline |
Definition at line 1442 of file template.cpp.
|
inline |
Definition at line 1444 of file template.cpp.
|
inline |
Definition at line 1443 of file template.cpp.
|
private |
Definition at line 1461 of file template.cpp.
|
private |
Definition at line 1460 of file template.cpp.