Represents an iterator that retrieves whole items. More...
#include <Iterator_Iterators.h>
Public Attributes | |
ItemPair | item |
The key/value pair pointed to by this iterator. item.key and item.value are NULL if Iterator_NextItem() has not yet been called or the end of the data has been reached. | |
size_t | iterator |
The (opaque) iterator value tracking progress through the data. | |
Represents an iterator that retrieves whole items.
Definition at line 27 of file Iterator_Iterators.h.
ItemPair item |
The key/value pair pointed to by this iterator. item.key
and item.value
are NULL if Iterator_NextItem() has not yet been called or the end of the data has been reached.
Definition at line 34 of file Iterator_Iterators.h.
Referenced by Iterator_Exercise(), Iterator_GetItems(), and Iterator_NextItem().
size_t iterator |
The (opaque) iterator value tracking progress through the data.
Definition at line 39 of file Iterator_Iterators.h.
Referenced by Iterator_GetItems(), and Iterator_NextItem().