My Project
|
Class representing the 'encoding' tag in a template. More...
Public Member Functions | |
TemplateNodeEncoding (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
~TemplateNodeEncoding () | |
void | render (FTextStream &ts, TemplateContext *c) |
Public Member Functions inherited from TemplateNodeCreator< TemplateNodeEncoding > | |
TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
TemplateImpl * | getTemplate () |
Public Member Functions inherited from TemplateNode | |
TemplateNode (TemplateNode *parent) | |
virtual | ~TemplateNode () |
TemplateNode * | parent () |
Private Attributes | |
ExprAst * | m_encExpr |
TemplateNodeList | m_nodes |
Additional Inherited Members | |
Static Public Member Functions inherited from TemplateNodeCreator< TemplateNodeEncoding > | |
static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected Member Functions inherited from TemplateNodeCreator< TemplateNodeEncoding > | |
void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes inherited from TemplateNodeCreator< TemplateNodeEncoding > | |
QCString | m_templateName |
int | m_line |
Class representing the 'encoding' tag in a template.
Definition at line 4437 of file template.cpp.
|
inline |
Definition at line 4440 of file template.cpp.
References m_encExpr, m_nodes, TemplateNodeCreator< TemplateNodeEncoding >::m_templateName, TemplateParser::parse(), ExpressionParser::parse(), TemplateParser::removeNextToken(), TRACE, and TemplateParser::warn().
|
inline |
|
inlinevirtual |
Implements TemplateNode.
Definition at line 4464 of file template.cpp.
References TemplateContextImpl::encoding(), m_encExpr, TemplateNodeCreator< TemplateNodeEncoding >::m_line, m_nodes, TemplateNodeCreator< TemplateNodeEncoding >::m_templateName, TemplateNodeList::render(), ExprAst::resolve(), TemplateContextImpl::setEncoding(), TemplateContextImpl::setLocation(), and TemplateVariant::toString().
|
private |
Definition at line 4483 of file template.cpp.
Referenced by render(), TemplateNodeEncoding(), and ~TemplateNodeEncoding().
|
private |
Definition at line 4484 of file template.cpp.
Referenced by render(), and TemplateNodeEncoding().