ISLEman
Public Member Functions | List of all members
Template Class Referenceabstract

Abstract interface for a template. More...

#include <template.h>

Inheritance diagram for Template:
TemplateImpl

Public Member Functions

virtual ~Template ()
 Destructor.
 
virtual void render (FTextStream &ts, TemplateContext *c)=0
 Renders a template instance to a stream. More...
 

Detailed Description

Abstract interface for a template.

Note
Must be created and is deleted by the TemplateEngine

Member Function Documentation

§ render()

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

Renders a template instance to a stream.

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

The documentation for this class was generated from the following file: