diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-07-17 14:12:10 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-07-26 22:20:20 (GMT) |
commit | 622806b89dcc305e1744985763e6293d85497ffa (patch) | |
tree | 91a7fca02ee90362adf0803b9cad44e28163c5a0 /java | |
parent | edeac9f067b462e4d7dc8c43413b34c94865e5d4 (diff) | |
download | hdf5-622806b89dcc305e1744985763e6293d85497ffa.zip hdf5-622806b89dcc305e1744985763e6293d85497ffa.tar.gz hdf5-622806b89dcc305e1744985763e6293d85497ffa.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')
0 files changed, 0 insertions, 0 deletions