hdf5/c++
Binh-Minh Ribler 3aa2443518 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)
2018-07-17 09:12:10 -05:00
..
examples Fixed HDFFV-10404 2018-07-13 13:40:22 -05:00
src Fixed HDFFV-10458 partially 2018-07-17 09:12:10 -05:00
test Fixed HDFFV-10458 partially 2018-07-17 09:12:10 -05:00
CMakeLists.txt HDFFV-9739 and cmake improvements merge from develop 2018-05-22 10:23:16 -05:00
COPYING
Makefile.am