|
Doxygen
|
Class representing a negation (not) operator in the AST 更多...
类 ExprAstNegate 继承关系图:
ExprAstNegate 的协作图:Public 成员函数 | |
| ExprAstNegate (ExprAstPtr &&expr) | |
| virtual TemplateVariant | resolve (TemplateContext *c) |
Public 成员函数 继承自 ExprAst | |
| virtual | ~ExprAst () |
Private 属性 | |
| ExprAstPtr | m_expr |
Class representing a negation (not) operator in the AST
在文件 template.cpp 第 1791 行定义.
|
inline |
在文件 template.cpp 第 1794 行定义.
引用了 TRACE.
|
inlinevirtual |
|
private |
在文件 template.cpp 第 1799 行定义.
被这些函数引用 resolve().