#include <unilistgen.h>
Inherits UniConfGen::Iter.
Collaboration diagram for UniListGen::IterIter:
Public Member Functions | |
| IterIter (UniConfGenList::Iter &geniter, const UniConfKey &key) | |
| virtual | ~IterIter () |
| virtual void | rewind () |
| Rewinds the iterator. | |
| virtual bool | next () |
| Seeks to the next element in the sequence. | |
| virtual UniConfKey | key () const |
| Returns the current key. | |
Protected Member Functions | |
| DeclareWvScatterTable (UniConfKey) | |
| DeclareWvList2 (IterList, UniConfGen::Iter) | |
Protected Attributes | |
| IterList | l |
| IterList::Iter * | i |
| UniConfKeyTable | d |
|
||||||||||||
|
Definition at line 123 of file unilistgen.cc. References l. |
|
|
Definition at line 62 of file unilistgen.h. |
|
||||||||||||
|
|
|
|
|
|
|
Returns the current key.
Implements UniConfGen::Iter. Definition at line 165 of file unilistgen.cc. |
|
|
Seeks to the next element in the sequence. Returns true if that element exists. Must be called prior to the first invocation of key(). Implements UniConfGen::Iter. Definition at line 144 of file unilistgen.cc. References d. |
|
|
Rewinds the iterator. Must be called prior to the first invocation of next(). Implements UniConfGen::Iter. Definition at line 132 of file unilistgen.cc. References d. |
|
|
Definition at line 58 of file unilistgen.h. |
|
|
Definition at line 57 of file unilistgen.h. |
|
|
Definition at line 56 of file unilistgen.h. Referenced by IterIter(). |
1.3.6-20040222