My Project
|
Class representing a string literal in the AST. More...
Public Member Functions | |
ExprAstLiteral (const char *lit) | |
const QCString & | literal () const |
virtual TemplateVariant | resolve (TemplateContext *) |
Public Member Functions inherited from ExprAst | |
virtual | ~ExprAst () |
Private Attributes | |
QCString | m_literal |
Class representing a string literal in the AST.
Definition at line 1550 of file template.cpp.
|
inline |
Definition at line 1553 of file template.cpp.
References TRACE.
|
inline |
|
inlinevirtual |
|
private |
Definition at line 1558 of file template.cpp.