Public Member Functions | |
| ExprAstUnary (Operator::Type op, ExprAst *exp) | |
| ~ExprAstUnary () | |
| virtual TemplateVariant | resolve (TemplateContext *c) |
Public Member Functions inherited from ExprAst | |
| virtual | ~ExprAst () |
Private Attributes | |
| Operator::Type | m_operator |
| ExprAst * | m_exp |
Definition at line 1506 of file template.cpp.
|
inline |
Definition at line 1509 of file template.cpp.
|
inline |
Definition at line 1511 of file template.cpp.
|
inlinevirtual |
Reimplemented from ExprAst.
Definition at line 1512 of file template.cpp.
|
private |
Definition at line 1525 of file template.cpp.
|
private |
Definition at line 1524 of file template.cpp.
1.8.11