summaryrefslogtreecommitdiffstats
path: root/doxygen/dox/H5Lget_info.dox
blob: 2c0971ee9388c3282ec98872c30f5fe67788d31f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 /**
 * \ingroup LMGT
 * \def H5Lget_info()
 * H5Lget_info() is a macro that is mapped to either H5Lget_info1()
 * or H5Lget_info2() Such macros are provided to facilitate application
 * compatibility. Their use and mappings are fully described in \ref api-compat-macros.
 * If the library and/or application is compiled for Release
 * 1.12 emulation, H5Lget_info() will be mapped to H5Lget_info2() and
 * H5Lget_info1() is deprecated. With earlier versions, H5Lget_info() is mapped to
 * H5Lget_info1(). Specific compile-time compatibility flags and the resulting
 * mappings are as follows:
 * \li No compatibility flag: H5Lget_info2() (using 1.12 source) H5Lget_info1()
 *     (using 1.10 or 1.8 source)
 * \li Emulate Release 1.12: H5Lget_info2()
 * \li Emulate Release 1.8 or 1.10 interface: H5Lget_info1()
 *
 */