|
ISLEman
|
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 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.
1.8.12