diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-07 03:09:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-07 03:09:03 (GMT) |
commit | eb36a96a79dd1cd6514794a18baac5f13ce633ae (patch) | |
tree | 2940bf00d7f8ee011c0de576bae7f10c5d68d36e /src/H5Gpublic.h | |
parent | db3632444bbbba2fdbe60516c89fb83ee4892c23 (diff) | |
download | hdf5-eb36a96a79dd1cd6514794a18baac5f13ce633ae.zip hdf5-eb36a96a79dd1cd6514794a18baac5f13ce633ae.tar.gz hdf5-eb36a96a79dd1cd6514794a18baac5f13ce633ae.tar.bz2 |
[svn-r12872] Description:
Implement basic framework for H5Lget_info_by_idx and get it working for
creation order indices on compact groups.
Clean up code a bit.
Close resource link in user-defined link traversal.
Tested on:
Linux/32 2.6 (chicago)
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r-- | src/H5Gpublic.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h index 4f0117a..8048aee 100644 --- a/src/H5Gpublic.h +++ b/src/H5Gpublic.h @@ -92,17 +92,6 @@ typedef struct H5G_stat_t { /* Prototype for H5Giterate() operator */ typedef herr_t (*H5G_iterate_t)(hid_t group, const char *name, void *op_data); -/* - * The types of indices on links in groups. Primarily used for "<do> <foo> by - * index" routines and for iterating over links in groups. - */ -typedef enum H5G_index_t { - H5G_INDEX_UNKNOWN = -1, /* Unknown index type */ - H5G_INDEX_NAME, /* Index on names of links */ - H5G_INDEX_CORDER, /* Index on creation order of links */ - H5G_INDEX_N /* Number of indices defined on links in groups */ -} H5G_index_t; - /********************/ /* Public Variables */ /********************/ |