common callback defines More...
#include "ZFIOCallback_fwd.h"Go to the source code of this file.
Classes | |
| class | ZFOutput |
| general output callback More... | |
Macros | |
| #define | ZFCallbackSerializeType_ZFOutputDummy |
| see ZFCALLBACK_SERIALIZE_TYPE_DEFINE | |
Functions | |
| ZFOutput | ZFOutputDummy (void) |
| a dummy output that always output nothing with success state | |
| ZFOutput | ZFOutputForString (zfstring &s) |
| create a output callback to output to a zfstring | |
| ZFOutput | ZFOutputForBufferUnsafe (void *buf, zfindex maxCount=((zfindex) -1), zfbool autoAppendNullToken=_ZFT_t_zftrue) |
| create a output callback to output to a buffer | |
common callback defines
| #define ZFCallbackSerializeType_ZFOutputDummy |
see ZFCALLBACK_SERIALIZE_TYPE_DEFINE
serializable data:
create a output callback to output to a zfstring
|
extern |
create a output callback to output to a buffer
params: