ZFFramework
 
Loading...
Searching...
No Matches
ZFInputForImpl.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFInputForImpl_h_
7#define _ZFI_ZFInputForImpl_h_
8
9#include "ZFObject.h"
11
41 , ZFMP_IN(const ZFListener &, impl)
42 )
43
45#endif // #ifndef _ZFI_ZFInputForImpl_h_
46
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
ZFInput ZFInputForImpl(const ZFListener &impl)
util to create ZFInput for custom impl, useful for script
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZFMETHOD_FUNC_DECLARE_1(ZFLIB_, ReturnType, MethodName, ZFMP_0)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:624
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
ZFObject related include.
general input callback
Definition ZFIOCallback_input.h:37
listener as ZFCallback, mostly used by ZFObject::observerNotify
Definition ZFObjectObserver.h:30