ZFFramework
 
Loading...
Searching...
No Matches
ZFOutputForImpl.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFOutputForImpl_h_
7#define _ZFI_ZFOutputForImpl_h_
8
9#include "ZFObject.h"
11
34 , ZFMP_IN(const ZFListener &, impl)
35 )
36
38#endif // #ifndef _ZFI_ZFOutputForImpl_h_
39
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
#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.
ZFOutput ZFOutputForImpl(const ZFListener &impl)
util to create ZFOutput for custom impl, useful for script
listener as ZFCallback, mostly used by ZFObject::observerNotify
Definition ZFObjectObserver.h:30
general output callback
Definition ZFIOCallback_output.h:37