|
zfbool | ZFOutputFormatStepFromStringT (zfauto &ret, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| see v_ZFOutputFormatStep, return enum object if success
|
|
zfbool | ZFOutputFormatStepToStringT (zfstring &ret, v_ZFOutputFormatStep *const &value, zfstring *errorHint=zft_zfnull) |
| see ZFOutputFormatStep, return empty string if error
|
|
zfstring | ZFOutputFormatStepToString (v_ZFOutputFormatStep *const &value, zfstring *errorHint=zft_zfnull) |
| see v_ZFOutputFormatStep, return empty string if error
|
|
const zfstring & | ZFTypeId_ZFOutputFormatStep (void) |
|
zfbool | ZFOutputFormatStepFromDataT (_ZFP_PropTypeW_ZFOutputFormatStep &v, const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
_ZFP_PropTypeW_ZFOutputFormatStep | ZFOutputFormatStepFromData (const ZFSerializableData &serializableData, zfstring *outErrorHint=zft_zfnull, ZFSerializableData *outErrorPos=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFOutputFormatStepToDataT (ZFSerializableData &serializableData, _ZFP_PropTypeW_ZFOutputFormatStep const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
ZFSerializableData | ZFOutputFormatStepToData (_ZFP_PropTypeW_ZFOutputFormatStep const &v, zfstring *outErrorHint=zft_zfnull) |
| see ZFTYPEID_DECLARE
|
|
zfbool | ZFOutputFormatStepFromStringT (_ZFP_PropTypeW_ZFOutputFormatStep &v, const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFOutputFormatStep from string
|
|
_ZFP_PropTypeW_ZFOutputFormatStep | ZFOutputFormatStepFromString (const zfchar *src, zfindex srcLen=((zfindex) -1), zfstring *errorHint=zft_zfnull) |
| util method to convert ZFOutputFormatStep from string
|
|
zfbool | ZFOutputFormatStepToStringT (zfstring &s, _ZFP_PropTypeW_ZFOutputFormatStep const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFOutputFormatStep to string
|
|
zfstring | ZFOutputFormatStepToString (_ZFP_PropTypeW_ZFOutputFormatStep const &v, zfstring *errorHint=zft_zfnull) |
| util method to convert ZFOutputFormatStep to string
|
|
zfbool | ZFOutputForFormatT (ZFCallback &ret, const ZFOutput &output, ZFOutputFormat *format) |
| see ZFOutputForFormat
|
|
ZFOutput | ZFOutputForFormat (const ZFOutput &output, ZFOutputFormat *format) |
| create an output callback with specified format rule
|
|