From 91a824e61f9f4b1f244843b31fe9c84b97338f5a Mon Sep 17 00:00:00 2001 From: Gerd Heber Date: Tue, 10 Nov 2020 09:29:17 -0600 Subject: Added 1.10.x function mappings. --- doxygen/dox/api-compat-macros.dox | 87 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/doxygen/dox/api-compat-macros.dox b/doxygen/dox/api-compat-macros.dox index c8c9d7a..3c8c50e 100644 --- a/doxygen/dox/api-compat-macros.dox +++ b/doxygen/dox/api-compat-macros.dox @@ -504,6 +504,93 @@ \subsubsection fun-options-110 Function Mapping Options in Releases 1.10.x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MacroDefault function used
(if no macro specified)
Introduced in\Code{h5cc} version flag and valueMapped to function or struct
H5Rdereference()H5Rdereference2()HDF5-1.10.0\Code{-DH5Rdereference_vers=1}H5Rdereference1()
\Code{-DH5Rdereference_vers=2}H5Rdereference2()
H5Fget_info()H5Fget_info2()HDF5-1.10.0\Code{-DH5Fget_info_vers=1}H5Fget_info1() with struct \ref H5F_info1_t
\Code{-DH5Fget_info_vers=2}H5Fget_info2() with struct \ref H5F_info2_t
H5Oget_info()H5Oget_info1()HDF5-1.10.3\Code{-DH5Oget_info_vers=1}H5Oget_info1()
\Code{-DH5Oget_info_vers=2}H5Oget_info2()
H5Oget_info_by_idx()H5Oget_info_by_idx1()HDF5-1.10.3\Code{-DH5Oget_info_by_idx_vers=1}H5Oget_info_by_idx1()
\Code{-DH5Oget_info_by_idx_vers=2}H5Oget_info_by_idx2()
H5Oget_info_by_name()H5Oget_info_by_name1()HDF5-1.10.3\Code{-DH5Oget_info_by_name_vers=1}H5Oget_info_by_name1()
\Code{-DH5Oget_info_by_name_vers=2}H5Oget_info_by_name2()
H5Ovisit()H5Ovisit1()HDF5-1.10.3\Code{-DH5Ovisit_vers=1}H5Ovisit1()
\Code{-DH5Ovisit_vers=2}H5Ovisit2()
H5Ovisit_by_name()H5Ovisit_by_name1()HDF5-1.10.3\Code{-DH5Ovisit_by_name_vers=1}H5Ovisit_by_name1()
\Code{-DH5Ovisit_by_name_vers=2}H5Ovisit_by_name2()
+ \subsubsection fun-options-18 Function Mapping Options in Releases 1.8.x \subsubsection further Further Information \section macros Compatibility Macros in HDF5 1.6.8 and Later -- cgit v0.12