user registered ZFMethod More...
#include "ZFMethod.h"
Go to the source code of this file.
Macros | |
#define | ZFMethodUserRegisterForZFObjectVarReadonly(getterMethod, ownerClassSig, VarType, VarName) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectVar(setterMethod, getterMethod, ownerClassSig, VarType, VarName) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_VAR_READONLY(ownerClassSig, VarType, VarName) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_VAR(ownerClassSig, VarType, VarName) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectFunc_0(resultMethod, ownerClassSig, ReturnType, methodName) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_FUNC_0(ownerClassSig, ReturnType, methodName) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectFunc_1(resultMethod, ownerClassSig, ReturnType, methodName, ZFMP_0) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_FUNC_1(ownerClassSig, ReturnType, methodName, ZFMP_0) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectFunc_2(resultMethod, ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_FUNC_2(ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectFunc_3(resultMethod, ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_FUNC_3(ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectFunc_4(resultMethod, ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_FUNC_4(ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectFunc_5(resultMethod, ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_FUNC_5(ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectFunc_6(resultMethod, ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_FUNC_6(ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectFunc_7(resultMethod, ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_FUNC_7(ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6) |
see ZFMethodUserRegister_0 | |
#define | ZFMethodUserRegisterForZFObjectFunc_8(resultMethod, ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7) |
see ZFMethodUserRegister_0 | |
#define | ZFMETHOD_USER_REGISTER_FOR_ZFOBJECT_FUNC_8(ownerClassSig, ReturnType, methodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3, ZFMP_4, ZFMP_5, ZFMP_6, ZFMP_7) |
see ZFMethodUserRegister_0 | |
user registered ZFMethod