#include "ZFMethod.h"
Go to the source code of this file.
Macros | |
#define | ZFMETHOD_INTERFACE_0(ReturnType, MethodName) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_DEFINE_0(OwnerClass, ReturnType, MethodName) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DECLARE_0(ReturnType, MethodName) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_INLINE_0(ReturnType, MethodName) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DEFINE_0(OwnerClass, ReturnType, MethodName) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_1(ReturnType, MethodName, ZFMP_0) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_DEFINE_1(OwnerClass, ReturnType, MethodName, ZFMP_0) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DECLARE_1(ReturnType, MethodName, ZFMP_0) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_INLINE_1(ReturnType, MethodName, ZFMP_0) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DEFINE_1(OwnerClass, ReturnType, MethodName, ZFMP_0) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_2(ReturnType, MethodName, ZFMP_0, ZFMP_1) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_DEFINE_2(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DECLARE_2(ReturnType, MethodName, ZFMP_0, ZFMP_1) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_INLINE_2(ReturnType, MethodName, ZFMP_0, ZFMP_1) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DEFINE_2(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_3(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_DEFINE_3(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DECLARE_3(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_INLINE_3(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DEFINE_3(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_4(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_DEFINE_4(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DECLARE_4(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_INLINE_4(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DEFINE_4(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_5(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_DEFINE_5(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DECLARE_5(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_INLINE_5(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DEFINE_5(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_6(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_DEFINE_6(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DECLARE_6(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_INLINE_6(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DEFINE_6(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_7(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_DEFINE_7(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DECLARE_7(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_INLINE_7(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DEFINE_7(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_8(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7) |
see ZFMethod | |
#define | ZFMETHOD_INTERFACE_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_IMPL_DECLARE_8(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_INLINE_8(ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7) |
see ZFMethod | |
#define | ZFMETHOD_IMPL_DEFINE_8(OwnerClass, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7) |
see ZFMethod | |
ZFMethod declaration.