see ZFTextTemplateApply More...
#include <ZFTextTemplateType.h>
Public Member Functions | |
| void | copyFrom (const ZFTextTemplateIndexData &ref) |
| copy from another | |
| void | objectInfoT (zfstring &ret) const |
| see objectInfo | |
| zfstring | objectInfo (void) const |
| return object info | |
Public Attributes | |
| zfindex | indexStart |
| start index, 0 by default | |
| zfint | indexOffset |
| increase or decrease the index, 1 by default, must not be 0 | |
| zfindex | indexRadix |
| radix, 10 by default | |
| zfbool | indexUpperCase |
| upper case or not, zftrue by default | |
| zfindex | indexWidth |
| specify width, 0 to disable, 0 by default | |
| ZFTextTemplateIndexFlag | indexFlag |
| flag to use when output index, valid only if indexWidth greater than 0, v_ZFTextTemplateIndexFlag::EnumDefault by default | |