diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2010-05-02 19:15:43 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2010-05-02 19:15:43 (GMT) |
commit | 85ca829e712aa303e74806fc1d9af8b900fdbc4f (patch) | |
tree | f73d94650d485f7c90d88c61449eb770a7730efc /c++/src/H5CommonFG.h | |
parent | 54cd6ecec92e81bdcac3299b844a61f14bc89d69 (diff) | |
download | hdf5-85ca829e712aa303e74806fc1d9af8b900fdbc4f.zip hdf5-85ca829e712aa303e74806fc1d9af8b900fdbc4f.tar.gz hdf5-85ca829e712aa303e74806fc1d9af8b900fdbc4f.tar.bz2 |
[svn-r18685] Description:
Added missing overloaded function getObjTypeByIdx to return type name
as a char*.
Platforms tested:
Linux/32 2.6 (jam)
FreeBSD/64 6.3 (liberty)
SunOS 5.10 (linew)
Diffstat (limited to 'c++/src/H5CommonFG.h')
-rw-r--r-- | c++/src/H5CommonFG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h index 75c9259..4f32d21 100644 --- a/c++/src/H5CommonFG.h +++ b/c++/src/H5CommonFG.h @@ -78,6 +78,7 @@ class H5_DLLCPP CommonFG { // Returns the type of an object in this group, given the // object's index. H5G_obj_t getObjTypeByIdx(hsize_t idx) const; + H5G_obj_t getObjTypeByIdx(hsize_t idx, char* type_name) const; H5G_obj_t getObjTypeByIdx(hsize_t idx, H5std_string& type_name) const; // Returns information about an HDF5 object, given by its name, |