diff options
| author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-07-17 14:12:10 (GMT) |
|---|---|---|
| committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-07-17 14:12:10 (GMT) |
| commit | 3aa24435180d10aeca6493f7c1b277cfd5c73fad (patch) | |
| tree | 4b2a16506fd6b76f3c86d30c82f2d83a26b60869 /java/test/TestH5Lcreate.java | |
| parent | 944735221e3dc6545aca753b09041cef7ea09fb1 (diff) | |
| download | hdf5-3aa24435180d10aeca6493f7c1b277cfd5c73fad.zip hdf5-3aa24435180d10aeca6493f7c1b277cfd5c73fad.tar.gz hdf5-3aa24435180d10aeca6493f7c1b277cfd5c73fad.tar.bz2 | |
Fixed HDFFV-10458 partially
Description:
Added wrappers for H5Oget_info_by_idx2.
// Returns information about an HDF5 object, given its index.
void getInfo(const char* grp_name, H5_index_t idx_type,
H5_iter_order_t order, hsize_t idx, H5O_info_t& objinfo,
unsigned fields = H5O_INFO_BASIC,
const LinkAccPropList& lapl = LinkAccPropList::DEFAULT)
void getInfo(const H5std_string& grp_name, H5_index_t idx_type,
H5_iter_order_t order, hsize_t idx, H5O_info_t& objinfo,
unsigned fields = H5O_INFO_BASIC,
const LinkAccPropList& lapl = LinkAccPropList::DEFAULT)
Platforms tested:
Linux/64 (jelly)
Linux/32 (jam)
Darwin (osx1010test)
Diffstat (limited to 'java/test/TestH5Lcreate.java')
0 files changed, 0 insertions, 0 deletions
