Helper class for creating template AST tag nodes and returning the template for a given node. More...
Public Member Functions | |
TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
TemplateImpl * | getTemplate () |
Public Member Functions inherited from TemplateNode | |
TemplateNode (TemplateNode *parent) | |
virtual | ~TemplateNode () |
virtual void | render (FTextStream &ts, TemplateContext *c)=0 |
TemplateNode * | parent () |
Static Public Member Functions | |
static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected Member Functions | |
void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes | |
QCString | m_templateName |
int | m_line |
Helper class for creating template AST tag nodes and returning the template for a given node.
Definition at line 2662 of file template.cpp.
|
inline |
Definition at line 2665 of file template.cpp.
|
inlinestatic |
Definition at line 2667 of file template.cpp.
|
inline |
Definition at line 2674 of file template.cpp.
|
inlineprotected |
Definition at line 2684 of file template.cpp.
|
protected |
Definition at line 2716 of file template.cpp.
|
protected |
Definition at line 2715 of file template.cpp.