Go to the source code of this file.
Macros | |
#define | ICL_CORE_CONFIG_HAS_ENHANCED_CONFIG_MACROS |
#define | ICL_CORE_CONFIG_TYPEOF(value) __typeof__(value) |
Helper macros for the enhanced batch convenience macros for icl_core_config. The batch macros CONFIG_VALUE, CONFIG_ENUM, MEMBER_VALUE etc. are only available on certain compilers that support the decltype or typeof macros. To test whether these macros are available, you can include this file check against the ICL_CORE_CONFIG_HAS_ENHANCED_CONFIG_MACROS macro.
Definition in file ConfigHelper.h.
#define ICL_CORE_CONFIG_HAS_ENHANCED_CONFIG_MACROS |
Definition at line 44 of file ConfigHelper.h.
#define ICL_CORE_CONFIG_TYPEOF | ( | value | ) | __typeof__(value) |
Definition at line 45 of file ConfigHelper.h.