Abstract interface for a template. More...
#include <template.h>
Public Member Functions | |
virtual | ~Template () |
virtual void | render (FTextStream &ts, TemplateContext *c)=0 |
Abstract interface for a template.
Definition at line 542 of file template.h.
|
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. |
Implemented in TemplateImpl.