Go to the documentation of this file. 30 #ifndef CLASS_LOADER__VISIBILITY_CONTROL_HPP_ 31 #define CLASS_LOADER__VISIBILITY_CONTROL_HPP_ 36 #if defined _WIN32 || defined __CYGWIN__ 38 #define CLASS_LOADER_EXPORT __attribute__ ((dllexport)) 39 #define CLASS_LOADER_IMPORT __attribute__ ((dllimport)) 41 #define CLASS_LOADER_EXPORT __declspec(dllexport) 42 #define CLASS_LOADER_IMPORT __declspec(dllimport) 44 #ifdef CLASS_LOADER_BUILDING_DLL 45 #define CLASS_LOADER_PUBLIC CLASS_LOADER_EXPORT 47 #define CLASS_LOADER_PUBLIC CLASS_LOADER_IMPORT 49 #define CLASS_LOADER_PUBLIC_TYPE CLASS_LOADER_PUBLIC 50 #define CLASS_LOADER_LOCAL 52 #define CLASS_LOADER_EXPORT __attribute__ ((visibility("default"))) 53 #define CLASS_LOADER_IMPORT 55 #define CLASS_LOADER_PUBLIC __attribute__ ((visibility("default"))) 56 #define CLASS_LOADER_LOCAL __attribute__ ((visibility("hidden"))) 58 #define CLASS_LOADER_PUBLIC 59 #define CLASS_LOADER_LOCAL 61 #define CLASS_LOADER_PUBLIC_TYPE 69 #pragma warning(disable: 4251) 70 #pragma warning(disable: 4275) 73 #endif // CLASS_LOADER__VISIBILITY_CONTROL_HPP_
class_loader
Author(s): Mirza Shah
autogenerated on Sat Feb 8 2020 03:20:57