TemplateStream.h File Reference
#include "DataSourceStream.h"
#include "WHashMap.h"
#include "WString.h"
Include dependency graph for TemplateStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TemplateStream
 Stream which performs variable-value substitution on-the-fly. More...
 

Macros

#define TEMPLATE_MAX_VAR_NAME_LEN   32
 Maximum length of a template variable name. More...
 

Macro Definition Documentation

◆ TEMPLATE_MAX_VAR_NAME_LEN

#define TEMPLATE_MAX_VAR_NAME_LEN   32

Maximum length of a template variable name.

See also
See TemplateStream