Go to the documentation of this file.
6 #define FORBID_CLASS_COPY(CLASS) \
7 CLASS(const CLASS&) = delete; \
8 CLASS& operator=(const CLASS&) = delete;
10 #if defined(TDME2_DLL_EXPORT)
11 #define STATIC_DLL_IMPEXT __declspec(dllexport)
12 #elif defined(TDME2_DLL_IMPORT)
13 #define STATIC_DLL_IMPEXT __declspec(dllimport)
15 #define STATIC_DLL_IMPEXT