Query: iterator
OS: netbsd
Section: 3u
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Iterator(3U) InterViews Reference Manual Iterator(3U)NAMEIterator - marks a position in a data structureSYNOPSIS#include <Unidraw/iterator.h>DESCRIPTIONAn 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.PUBLIC OPERATIONSIterator() Iterator(Iterator&) Construct a new iterator. The second constructor initializes the iterator's value to that of the given iterator. virtual void SetValue(void*) virtual void* GetValue() Classes that use an iterator must store position information in it. These operations set and get the this information.SEE ALSOUList(3U) Unidraw 11 June 1990 Iterator(3U)
| Related Man Pages | 
|---|
| componentview(3u) - hpux | 
| componentview(3u) - minix | 
| componentview(3u) - osx | 
| componentview(3u) - php | 
| rdf::trine::iterator::bindings::materialized(3pm) - debian | 
| Similar Topics in the Unix Linux Community | 
|---|
| Iterator help needed | 
| std::reverse_iterator in Sun C++ | 
| Random Access Iterator Error | 
| Error in include_std/limit and include_std/rw/iterator | 
| Segment fault for C++ program when return vector |