3#if defined(__GNUC__) || defined(__clang__)
4#define H5_DEPRECATED(msg) __attribute__((deprecated(#msg)))
6#define H5_DEPRECATED(msg) __declspec(deprecated(#msg))
8#pragma message("WARNING: Compiler doesn't support deprecation")
9#define H5_DEPRECATED(msg)
12#if defined(__GNUC__) || defined(__clang__)
13#define H5_DEPRECATED_USING(msg) H5_DEPRECATED((msg))
15#pragma message("WARNING: Compiler doesn't support deprecating using statements.")
16#define H5_DEPRECATED_USING(msg)
45template <
typename Derivate>
48template <
typename Derivate>
51template <PropertyType T>
PropertyType
Types of property lists.
Definition H5PropertyList.hpp:89
Definition assert_compatible_spaces.hpp:15
LinkType
The possible types of group entries (link concept)
Definition H5Node_traits.hpp:226
ObjectType
Enum of the types of objects (H5O api)
Definition H5Object.hpp:24