DCL 4.0
Loading...
Searching...
No Matches
TextTemplate.h File Reference
#include <dcl/Object.h>
#include <dcl/Array.h>
#include <dcl/SQL.h>

Go to the source code of this file.

Classes

class  TextTemplate

Macros

#define __DCL_TEXT_TEMPLATE_H__   20060104

Functions

DCLCAPI Writeroperator<< (Writer &out, TextTemplate &_template)

Macro Definition Documentation

◆ __DCL_TEXT_TEMPLATE_H__

#define __DCL_TEXT_TEMPLATE_H__   20060104

Definition at line 2 of file TextTemplate.h.

Function Documentation

◆ operator<<()

DCLCAPI Writer & operator<< ( Writer & out,
TextTemplate & _template )
inline

Definition at line 93 of file TextTemplate.h.

94{
95 _template.printTo(out);
96 return out;
97}