Defines
Deprecate.h File Reference

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

This graph shows which files directly or indirectly include this file:

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_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.")
#define ICL_CORE_GCC_DEPRECATE_SOURCESINK   ICL_CORE_GCC_DEPRECATE_COMMENT("Please follow the new Source Sink Pattern.")
#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_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.")
#define ICL_CORE_VC_DEPRECATE_SOURCESINK   ICL_CORE_VC_DEPRECATE_COMMENT("Please follow the new Source Sink Pattern.")
#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.")

Detailed Description

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

Author:
Klaus Uhl <uhl@fzi.de>
Date:
2010-06-30

Deprecation warnings can be disabled by compiling with the ICL_CORE_NO_DEPRECATION macro defined.

Definition in file Deprecate.h.


Define Documentation

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_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.")

Definition at line 62 of file Deprecate.h.

#define ICL_CORE_GCC_DEPRECATE_SOURCESINK   ICL_CORE_GCC_DEPRECATE_COMMENT("Please follow the new Source Sink Pattern.")

Definition at line 58 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 67 of file Deprecate.h.

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_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.")

Definition at line 61 of file Deprecate.h.

#define ICL_CORE_VC_DEPRECATE_SOURCESINK   ICL_CORE_VC_DEPRECATE_COMMENT("Please follow the new Source Sink Pattern.")

Definition at line 57 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 66 of file Deprecate.h.



fzi_icl_core
Author(s):
autogenerated on Thu Jun 6 2019 20:22:24