Public Member Functions | |
| ExprAstFunctionVariable (ExprAst *var, const QList< ExprAst > &args) | |
| ~ExprAstFunctionVariable () | |
| virtual TemplateVariant | resolve (TemplateContext *c) |
Public Member Functions inherited from ExprAst | |
| virtual | ~ExprAst () |
Private Attributes | |
| ExprAst * | m_var |
| QList< ExprAst > | m_args |
Definition at line 1404 of file template.cpp.
|
inline |
Definition at line 1407 of file template.cpp.
|
inline |
Definition at line 1412 of file template.cpp.
|
inlinevirtual |
Reimplemented from ExprAst.
Definition at line 1416 of file template.cpp.
Definition at line 1433 of file template.cpp.
|
private |
Definition at line 1432 of file template.cpp.
1.8.11