 |
aGrUM
0.16.0
|
Go to the documentation of this file. 42 #ifndef DOXYGEN_SHOULD_SKIP_THIS 44 # ifndef GUM_NO_INLINE 46 # define INLINE inline 52 # if (defined _MSC_VER) || (defined __INTEL_COMPILER) 53 # define ENFORCED_INLINE __forceinline 55 # define ENFORCED_INLINE inline 67 # if GNUC_AT_LEAST(4, 0) 68 # define ALWAYS_INLINE __attribute__((always_inline)) inline 70 # define ALWAYS_INLINE ENFORCED_INLINE 73 # if (defined __GNUC__) 74 # define NO_INLINE __attribute__((noinline)) 75 # elif (defined _MSC_VER) 76 # define NEVER_INLINE __declspec(noinline) 80 # else // GUM_NO_INLINE 82 # define STRONG_INLINE 83 # define ALWAYS_INLINE