ZFFramework
 
Loading...
Searching...
No Matches
ZFImpl_ZF_impl.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFImpl_ZF_impl_h_
7#define _ZFI_ZFImpl_ZF_impl_h_
8
9#include "ZFCore/ZFCoreDef.h"
10
12
14#ifndef ZFLIB_ZF_impl
15 #define ZFLIB_ZF_impl ZF_ENV_IMPORT
16#endif
17// export a dummy class to ensure the lib really "contains" something
18zfclassNotPOD ZFLIB_ZF_impl _ZFP_ZFLIB_ZF_impl {};
19
21#endif // #ifndef _ZFI_ZFImpl_ZF_impl_h_
22
necessary header file for all types
#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
#define ZFLIB_ZF_impl
used to export symbols
Definition ZFImpl_ZF_impl.h:15
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98