ZFFramework
Loading...
Searching...
No Matches
Macros
ZFMethodDeclare.h File Reference

ZFMethod declaration. More...

#include "ZFMethod.h"

Go to the source code of this file.

Macros

#define ZFMethodAccess(OwnerClass, MethodName)
 see ZFMethod
 
#define ZFMethodAccessDetail_0(OwnerClass, MethodName)
 see ZFMethod
 
#define ZFMethodAccessDetail_1(OwnerClass, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMethodAccessDetail_2(OwnerClass, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMethodAccessDetail_3(OwnerClass, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMethodAccessDetail_4(OwnerClass, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMethodAccessDetail_5(OwnerClass, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMethodAccessDetail_6(OwnerClass, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMethodAccessDetail_7(OwnerClass, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMethodAccessDetail_8(OwnerClass, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_0(ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_STATIC_0(ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_PROTECTED_0(ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_DETAIL_0(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_INLINE_0(ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_INLINE_STATIC_0(ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_INLINE_PROTECTED_0(ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_INLINE_DETAIL_0(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_0(OwnerClass, ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_DETAIL_0(OwnerClass, RegSig, ReturnType, MethodName)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_1(ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_STATIC_1(ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_PROTECTED_1(ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_DETAIL_1(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_INLINE_1(ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_INLINE_STATIC_1(ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_INLINE_PROTECTED_1(ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_INLINE_DETAIL_1(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_1(OwnerClass, ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_DETAIL_1(OwnerClass, RegSig, ReturnType, MethodName, ZFMP_0)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_2(ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_STATIC_2(ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_PROTECTED_2(ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_DETAIL_2(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_INLINE_2(ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_INLINE_STATIC_2(ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_INLINE_PROTECTED_2(ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_INLINE_DETAIL_2(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_2(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_DETAIL_2(OwnerClass, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_3(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_STATIC_3(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_PROTECTED_3(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_DETAIL_3(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_INLINE_3(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_INLINE_STATIC_3(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_INLINE_PROTECTED_3(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_INLINE_DETAIL_3(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_3(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_DETAIL_3(OwnerClass, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_4(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_STATIC_4(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_PROTECTED_4(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_DETAIL_4(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_INLINE_4(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_INLINE_STATIC_4(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_INLINE_PROTECTED_4(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_INLINE_DETAIL_4(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_4(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_DETAIL_4(OwnerClass, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_5(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_STATIC_5(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_PROTECTED_5(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_DETAIL_5(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_INLINE_5(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_INLINE_STATIC_5(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_INLINE_PROTECTED_5(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_INLINE_DETAIL_5(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_5(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_DETAIL_5(OwnerClass, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_6(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_STATIC_6(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_PROTECTED_6(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_DETAIL_6(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_INLINE_6(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_INLINE_STATIC_6(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_INLINE_PROTECTED_6(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_INLINE_DETAIL_6(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_6(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_DETAIL_6(OwnerClass, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_7(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_STATIC_7(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_PROTECTED_7(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_DETAIL_7(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_INLINE_7(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_INLINE_STATIC_7(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_INLINE_PROTECTED_7(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_INLINE_DETAIL_7(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_7(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_DETAIL_7(OwnerClass, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_8(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_STATIC_8(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_PROTECTED_8(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_DECLARE_DETAIL_8(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_INLINE_8(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_INLINE_STATIC_8(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_INLINE_PROTECTED_8(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_INLINE_DETAIL_8(PublicOrProtectedOrPrivate, ZFMethodType_, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_8(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 
#define ZFMETHOD_DEFINE_DETAIL_8(OwnerClass, RegSig, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7)
 see ZFMethod
 

Detailed Description

ZFMethod declaration.