Doxygen
Template类 参考abstract

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.

注解
Must be created and is deleted by the TemplateEngine

在文件 template.h475 行定义.

构造及析构函数说明

◆ ~Template()

virtual Template::~Template ( )
inlinevirtual

Destructor

在文件 template.h479 行定义.

479 {}

成员函数说明

◆ render()

virtual void Template::render ( TextStream ts,
TemplateContext c 
)
pure virtual

Renders a template instance to a stream.

参数
[in]tsThe text stream to write the results to.
[in]cThe context containing data that can be used when instantiating the template.

TemplateImpl 内被实现.

被这些函数引用 generateOutputViaTemplate().


该类的文档由以下文件生成: