Go to the documentation of this file. 17 #ifndef IGNITION_MATH_SYSTEM_HH_ 18 #define IGNITION_MATH_SYSTEM_HH_ 21 #define IGN_DEPRECATED(version) __attribute__((deprecated)) 22 #define IGN_FORCEINLINE __attribute__((always_inline)) 24 #define IGN_DEPRECATED(version) 25 #define IGN_FORCEINLINE __forceinline 27 #define IGN_DEPRECATED(version) () 28 #define IGN_FORCEINLINE 39 #if defined _WIN32 || defined __CYGWIN__ 42 #define IGNITION_VISIBLE __attribute__ ((dllexport)) 44 #define IGNITION_VISIBLE __declspec(dllexport) 48 #define IGNITION_VISIBLE __attribute__ ((dllimport)) 50 #define IGNITION_VISIBLE __declspec(dllimport) 53 #define IGNITION_HIDDEN 56 #define IGNITION_VISIBLE __attribute__ ((visibility ("default"))) 57 #define IGNITION_HIDDEN __attribute__ ((visibility ("hidden"))) 59 #define IGNITION_VISIBLE 60 #define IGNITION_HIDDEN