|
Doxygen
|
Abstract interface for a template. 更多...
#include <template.h>
类 Template 继承关系图:Public 成员函数 | |
| virtual | ~Template () |
| Destructor 更多... | |
| virtual void | render (TextStream &ts, TemplateContext *c)=0 |
| Renders a template instance to a stream. 更多... | |
Abstract interface for a template.
在文件 template.h 第 475 行定义.
|
inlinevirtual |
|
pure virtual |
Renders a template instance to a stream.
| [in] | ts | The text stream to write the results to. |
| [in] | c | The context containing data that can be used when instantiating the template. |
在 TemplateImpl 内被实现.
被这些函数引用 generateOutputViaTemplate().