Go to the documentation of this file. 27 #ifndef ICL_CORE_DEPRECATE_H_INCLUDED 28 #define ICL_CORE_DEPRECATE_H_INCLUDED 31 #if defined(_MSC_VER) && !defined(ICL_CORE_NO_DEPRECATION) 32 # define ICL_CORE_VC_DEPRECATE __declspec(deprecated) 33 # define ICL_CORE_VC_DEPRECATE_COMMENT(arg) __declspec(deprecated(arg)) 35 # define ICL_CORE_VC_DEPRECATE 36 # define ICL_CORE_VC_DEPRECATE_COMMENT(arg) 40 #if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) && !defined(ICL_CORE_NO_DEPRECATION) 41 # define ICL_CORE_GCC_DEPRECATE __attribute__((deprecated)) 42 # if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)) 43 # define ICL_CORE_GCC_DEPRECATE_COMMENT(arg) __attribute__((deprecated(arg))) 45 # define ICL_CORE_GCC_DEPRECATE_COMMENT(arg) __attribute__((deprecated)) 48 # define ICL_CORE_GCC_DEPRECATE 49 # define ICL_CORE_GCC_DEPRECATE_COMMENT(arg) 53 #define ICL_CORE_VC_DEPRECATE_STYLE ICL_CORE_VC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines.") 54 #define ICL_CORE_GCC_DEPRECATE_STYLE ICL_CORE_GCC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines.") 57 #define ICL_CORE_VC_DEPRECATE_SOURCESINK ICL_CORE_VC_DEPRECATE_COMMENT("Please follow the new Source Sink Pattern.") 58 #define ICL_CORE_GCC_DEPRECATE_SOURCESINK ICL_CORE_GCC_DEPRECATE_COMMENT("Please follow the new Source Sink Pattern.") 61 #define ICL_CORE_VC_DEPRECATE_MOVE_ROS ICL_CORE_VC_DEPRECATE_COMMENT("This was moved to a ROS package. Please use the implementation in ros_icl or ros_sourcesink instead.") 62 #define ICL_CORE_GCC_DEPRECATE_MOVE_ROS ICL_CORE_GCC_DEPRECATE_COMMENT("This was moved to a ROS package. Please use the implementation in ros_icl or ros_sourcesink instead.") 66 #define ICL_CORE_VC_DEPRECATE_STYLE_USE(arg) ICL_CORE_VC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines and use " #arg " instead.") 67 #define ICL_CORE_GCC_DEPRECATE_STYLE_USE(arg) ICL_CORE_GCC_DEPRECATE_COMMENT("Please follow the new Coding Style Guidelines and use " #arg " instead.")
fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:58