6#ifndef _ZFI_ZFImpl_ZFLua_zfAlloc_h_
7#define _ZFI_ZFImpl_ZFLua_zfAlloc_h_
20 ,
ZF_IN int paramCount
21 ,
ZF_IN int luaParamOffset
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
#define ZF_IN_OPT
dummy macro that shows the param used as optional input
Definition ZFCoreTypeDef_ClassType.h:184
#define ZF_OUT
dummy macro that shows the param used as required output
Definition ZFCoreTypeDef_ClassType.h:188
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
#define zfnull
same as NULL, defined for future use
Definition ZFCoreTypeDef_CoreType.h:88
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
global header for lua impl
#define ZFLIB_ZFLua_impl
used to export symbols
Definition ZFImpl_ZFLua_impl.h:16
zfbool ZFImpl_ZFLua_zfAlloc(zfauto &ret, lua_State *L, const ZFClass *cls, int paramCount, int luaParamOffset, zfstring *errorHint=zft_zfnull)
for impl to alloc object
#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's class info.
Definition ZFClass.h:67
a ZFObject holder which would release content object automatically when destroyed
Definition zfautoFwd.h:34