Contains macros to deprecate classes, types, functions and variables. More...

Go to the source code of this file.
| Defines | |
| #define | ICL_CORE_GCC_DEPRECATE | 
| #define | ICL_CORE_GCC_DEPRECATE_COMMENT(arg) | 
| #define | ICL_CORE_GCC_DEPRECATE_STYLE ICL_CORE_GCC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines.") | 
| #define | ICL_CORE_GCC_DEPRECATE_STYLE_USE(arg) ICL_CORE_GCC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines and use " #arg " instead.") | 
| #define | ICL_CORE_VC_DEPRECATE | 
| #define | ICL_CORE_VC_DEPRECATE_COMMENT(arg) | 
| #define | ICL_CORE_VC_DEPRECATE_STYLE ICL_CORE_VC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines.") | 
| #define | ICL_CORE_VC_DEPRECATE_STYLE_USE(arg) ICL_CORE_VC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines and use " #arg " instead.") | 
Contains macros to deprecate classes, types, functions and variables.
Deprecation warnings can be disabled by compiling with the ICL_CORE_NO_DEPRECATION macro defined.
Definition in file Deprecate.h.
| #define ICL_CORE_GCC_DEPRECATE | 
Definition at line 48 of file Deprecate.h.
| #define ICL_CORE_GCC_DEPRECATE_COMMENT | ( | arg | ) | 
Definition at line 49 of file Deprecate.h.
| #define ICL_CORE_GCC_DEPRECATE_STYLE ICL_CORE_GCC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines.") | 
Definition at line 54 of file Deprecate.h.
| #define ICL_CORE_GCC_DEPRECATE_STYLE_USE | ( | arg | ) | ICL_CORE_GCC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines and use " #arg " instead.") | 
Definition at line 59 of file Deprecate.h.
| #define ICL_CORE_VC_DEPRECATE | 
Definition at line 35 of file Deprecate.h.
| #define ICL_CORE_VC_DEPRECATE_COMMENT | ( | arg | ) | 
Definition at line 36 of file Deprecate.h.
| #define ICL_CORE_VC_DEPRECATE_STYLE ICL_CORE_VC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines.") | 
Definition at line 53 of file Deprecate.h.
| #define ICL_CORE_VC_DEPRECATE_STYLE_USE | ( | arg | ) | ICL_CORE_VC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines and use " #arg " instead.") | 
Definition at line 58 of file Deprecate.h.