ZFFramework
 
Loading...
Searching...
No Matches
ZFImpl_ZFLua_zfAlloc.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFImpl_ZFLua_zfAlloc_h_
7#define _ZFI_ZFImpl_ZFLua_zfAlloc_h_
8
9#include "ZFImpl_ZFLua.h"
10
12
17 ZF_OUT zfauto &ret
18 , ZF_IN lua_State *L
19 , ZF_IN const ZFClass *cls
20 , ZF_IN int paramCount
21 , ZF_IN int luaParamOffset
22 , ZF_IN_OPT zfstring *errorHint = zfnull
23 );
24
26
27#endif // #ifndef _ZFI_ZFImpl_ZFLua_zfAlloc_h_
28
#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