File helpers.h
↰ Parent directory (include/ur_client_library)
Portable helpers to temporarily silence deprecation diagnostics.
Definition (include/ur_client_library/helpers.h)
Detailed Description
Felix Exner exner@fzi.de
2022-12-15
Use URCL_SILENCE_DEPRECATED_BEGIN before and URCL_SILENCE_DEPRECATED_END after the code that must call deprecated APIs (e.g. deprecated library methods implemented for backward compatibility). Expands to nothing on unsupported compilers.
Example: URCL_SILENCE_DEPRECATED_BEGIN legacy_call(); URCL_SILENCE_DEPRECATED_END
Includes
chronofunctionalpthread.hstringur_client_library/ur/datatypes.h(File datatypes.h)ur_client_library/ur/version_information.h(File version_information.h)