6#ifndef _ZFI_ZFIOCallback_input_h_
7#define _ZFI_ZFIOCallback_input_h_
70 *result = this->
execute(buf, count);
101 buf.append((
const zfchar *)bufTmp, read);
122#define ZFCallbackSerializeType_ZFInputDummy "ZFInputDummy"
145#define ZFCallbackSerializeType_ZFInputForInputInRange "ZFInputForInputInRange"
148#define ZFSerializableKeyword_ZFInputForInputInRange_input "input"
150#define ZFSerializableKeyword_ZFInputForInputInRange_start "start"
152#define ZFSerializableKeyword_ZFInputForInputInRange_count "count"
154#define ZFSerializableKeyword_ZFInputForInputInRange_autoRestorePos "autoRestorePos"
188#define ZFCallbackSerializeType_ZFInputForBuffer "ZFInputForBuffer"
191#define ZFSerializableKeyword_ZFInputForBuffer_buf "buf"
203 ZF_IN const void *src
212 ZF_IN const void *src
#define ZFCALLBACK_DECLARE_BEGIN(ZFLIB_, CallbackTypeName, ParentType)
util macro to declare a child type of ZFCallback
Definition ZFCallback.h:458
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
_ZFT_t_zfchar zfchar
char wrapper
Definition ZFCoreTypeDef_CharType.h:17
#define ZF_OUT_OPT
dummy macro that shows the param used as optional output
Definition ZFCoreTypeDef_ClassType.h:192
#define zffree(ptr)
same as free defined for future use, do nothing if ptr is NULL
Definition ZFCoreTypeDef_ClassType.h:112
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
#define ZF_IN_OPT
dummy macro that shows the param used as optional input
Definition ZFCoreTypeDef_ClassType.h:184
#define ZF_OUT
dummy macro that shows the param used as required output
Definition ZFCoreTypeDef_ClassType.h:188
#define zfmalloc(size)
same as malloc defined for future use
Definition ZFCoreTypeDef_ClassType.h:100
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
_ZFT_t_zfindex zfindex
similar to size_t, used for index and size only
Definition ZFCoreTypeDef_CoreType.h:154
#define zftrue
bool true type
Definition ZFCoreTypeDef_CoreType.h:107
#define zfindexMax()
(zfindex)-1, indicate a max index value, see zfindex
Definition ZFCoreTypeDef_CoreType.h:159
#define zffalse
bool false type
Definition ZFCoreTypeDef_CoreType.h:111
#define zfnull
same as NULL, defined for future use
Definition ZFCoreTypeDef_CoreType.h:88
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
T_ReturnType executeExact() const
see ZFCallback, you must assign the exact return type and param types for safe
Definition ZFCallback.h:123
zfbool valid(void) const
return true if callback is valid
Definition ZFCallback.h:238
abstract base class, use ZFOutput or ZFInput
Definition ZFIOCallback_fwd.h:62