summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-04 22:05:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-04 22:05:57 +0000
commitab19ac45d182225dcc99bb26692fdc5c1a23b2c6 (patch)
treefede1668935d2b7eb674eea741c54d6f2dd13743 /ace/Malloc_T.h
parent9d603c20f7f8fe88de6493efbe0ecc42e3922f7d (diff)
downloadATCD-ab19ac45d182225dcc99bb26692fdc5c1a23b2c6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r--ace/Malloc_T.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h
index ddc5423a3f0..432aa405145 100644
--- a/ace/Malloc_T.h
+++ b/ace/Malloc_T.h
@@ -338,13 +338,17 @@ public:
// Pass back the next <entry> in the set that hasn't yet been
// visited. Returns 0 when all items have been seen, else 1.
+ int done (void) const;
+ // Returns 1 when all items have been seen, else 0.
+
int next (void *&next_entry, char *&name);
// Pass back the next <entry> (and the <name> associated with it) in
// the set that hasn't yet been visited. Returns 0 when all items
// have been seen, else 1.
int advance (void);
- // Move forward by one element in the set.
+ // Move forward by one element in the set. Returns 0 when all the
+ // items in the set have been seen, else 1.
void dump (void) const;
// Dump the state of an object.