text template util More...
#include "ZFTextTemplate.h"
Go to the source code of this file.
Classes | |
class | ZFTextTemplateRunParam |
param for ZFTextTemplateRun More... | |
class | v_ZFTextTemplateRunParam |
type wrapper for ZFTypeId::Value More... | |
Macros | |
#define | ZFTextTemplateRunParamDefault() |
default param for ZFTextTemplateRun | |
Functions | |
const zfstring & | ZFTypeId_ZFTextTemplateRunParam (void) |
zfbool | ZFTextTemplateRun (const zfchar *path, const ZFTextTemplateParam &textTemplateParam, const ZFTextTemplateRunParam &runParam=(_ZFP_ZFTextTemplateRunParamDefault()), zfstring *outErrorHint=(zft_zfnull)) |
util method to apply ZFTextTemplateApply to a given path recursively | |
text template util
#define ZFTextTemplateRunParamDefault | ( | ) |
default param for ZFTextTemplateRun
this setting can be changed at runtime, however, it would affect the entire runtime, change with caution
|
inline |