summaryrefslogtreecommitdiffstats
path: root/c++/test/ttypes.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-17 14:12:10 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-17 14:12:10 (GMT)
commit3aa24435180d10aeca6493f7c1b277cfd5c73fad (patch)
tree4b2a16506fd6b76f3c86d30c82f2d83a26b60869 /c++/test/ttypes.cpp
parent944735221e3dc6545aca753b09041cef7ea09fb1 (diff)
downloadhdf5-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 'c++/test/ttypes.cpp')
0 files changed, 0 insertions, 0 deletions