Iterator
marks a position in a data structure
- Provided by: ivtools-dev (Version: 1.2.11a2-4build2)
- Source: ivtools
- Report a bug
marks a position in a data structure
#include <Unidraw/iterator.h>
An iterator marks a position in a data structure, generally during a traversal of some sort. For example, an iterator keeps track of the current position when iterating through a list of elements. Unidraw's Iterator class serves this purpose in conjunction with ULists or objects that use them.
UList(3U)