hdf5/c++
Binh-Minh Ribler 67a61ed22f [svn-r24983] Purpose: Fix HDFFV-8367
Description:
    - Added wrappers to CommomFG for H5Oget_info_by_name() to get a child
      object's type (requested by user)
        H5O_type_t childObjType(const H5std_string& objname) const;
        H5O_type_t childObjType(const char* objname) const;
        H5O_type_t childObjType(hsize_t index, H5_index_t index_type=H5_INDEX_NAME, H5_iter_order_t order=H5_ITER_INC, const char* objname=".") const;
    - Added tests to tobject.cpp
Platforms tested:
    Linux/ppc64 (ostrich)
    Linux/32 2.6 (jam)
    SunOS 5.11 (emu)
2014-04-07 15:08:59 -05:00
..
examples [svn-r24948] Group tests by Common name 2014-04-02 13:35:01 -05:00
src [svn-r24983] Purpose: Fix HDFFV-8367 2014-04-07 15:08:59 -05:00
test [svn-r24983] Purpose: Fix HDFFV-8367 2014-04-07 15:08:59 -05:00
CMakeLists.txt [svn-r24824] HDFFV-8700 - 2014-03-18 11:21:46 -05:00
COPYING
Makefile.am
Makefile.in [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1 2014-03-31 12:07:05 -05:00