 |
aGrUM
0.14.2
|
Go to the documentation of this file. 39 #ifndef DOXYGEN_SHOULD_SKIP_THIS 41 # ifndef GUM_NO_INLINE 43 # define INLINE inline 49 # if (defined _MSC_VER) || (defined __INTEL_COMPILER) 50 # define ENFORCED_INLINE __forceinline 52 # define ENFORCED_INLINE inline 64 # if GNUC_AT_LEAST(4, 0) 65 # define ALWAYS_INLINE __attribute__((always_inline)) inline 67 # define ALWAYS_INLINE ENFORCED_INLINE 70 # if (defined __GNUC__) 71 # define NO_INLINE __attribute__((noinline)) 72 # elif (defined _MSC_VER) 73 # define NEVER_INLINE __declspec(noinline) 77 # else // GUM_NO_INLINE 79 # define STRONG_INLINE 80 # define ALWAYS_INLINE