From d15a2ce142e4e50dde23505c54711fbe3ffa42de Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 17 Dec 1999 10:41:05 -0500 Subject: [svn-r1890] RM_H5G.html H5Giterate: Corrected H5G_operator_t to read H5G_iterate_t. Minor corrections to H5G_iterate_t prototype syntax. Added note that H5Giterate's behavior is undefined if the group structure or membership changes. --- doc/html/RM_H5G.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index 818cef8..fb47ab3 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -387,7 +387,7 @@ create or access function.
int H5Giterate(hid_t loc_id, const char *name, int *idx, - H5G_operator_t operator, + H5G_iterate_t operator, void *operator_data )
Purpose: @@ -407,10 +407,11 @@ create or access function. cannot be restarted if one of the calls to its operator returns non-zero.

- The prototype for H5G_operator_t is: + The prototype for H5G_iterate_t is:

The operation receives the group identifier for the group being iterated over, group_id, the name of the current @@ -429,6 +430,11 @@ create or access function. indicating failure. The iterator can be restarted at the next group member. +

+ H5Giterate assumes that the membership of the group + identified by name remains unchanged through the + iteration. If the membership changes during the iteration, + the function's behavior is undefined.

Parameters:
hid_t loc_id -- cgit v0.12