ZFFramework
 
Loading...
Searching...
No Matches
ZFImpl_ZFLua_impl.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFImpl_ZFLua_impl_h_
7#define _ZFI_ZFImpl_ZFLua_impl_h_
8
10#include "_repo/lua/ELuna.h"
11
13
15#ifndef ZFLIB_ZFLua_impl
16 #define ZFLIB_ZFLua_impl ZF_ENV_IMPORT
17#endif
18// export a dummy class to ensure the lib really "contains" something
19zfclassNotPOD ZFLIB_ZFLua_impl _ZFP_ZFLIB_ZFLua_impl {};
20
22#endif // #ifndef _ZFI_ZFImpl_ZFLua_impl_h_
23
#define zfclassNotPOD
shows the class is not a POD type, you should not memset it or declare it in stack or copy value by c...
Definition ZFCoreTypeDef_ClassType.h:48
global header for ZF_impl module
#define ZFLIB_ZFLua_impl
used to export symbols
Definition ZFImpl_ZFLua_impl.h:16
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98