Iterate through an ACE_Stream.
More...
#include <Stream.h>
Iterate through an ACE_Stream.
◆ ACE_Stream_Iterator()
◆ advance()
int ACE_Stream_Iterator::advance |
( |
void |
| ) |
|
Move forward by one element in the set. Returns 0 when all the items in the set have been seen, else 1.
◆ done()
int ACE_Stream_Iterator::done |
( |
void |
| ) |
const |
|
inline |
Returns 1 when all items have been seen, else 0.
◆ next()
Pass back the next_item that hasn't been seen in the set. Returns 0 when all items have been seen, else 1.
◆ next_
The documentation for this class was generated from the following files: