provides a VDKValueList iterator
More...
#include <value_sem_list.h>
template<class T>
class VDKValueListIterator< T >
provides a VDKValueList iterator
- Programming tips
- Using iterators is straightforward:
IntList list;
IntListIterator li(list);
while(li)
{
makewhatever(li.current());
li++;
}
provides a VDKValueList iterator
Definition: value_sem_list.h:180
provides a templatized double-linked list
Definition: value_sem_list.h:82
◆ VDKValueListIterator() [1/2]
Default constructor (unuseful)
◆ VDKValueListIterator() [2/2]
◆ ~VDKValueListIterator()
◆ current()
Returns type T currently accessed
◆ first()
◆ last()
◆ operator int()
◆ operator++() [1/2]
Incremental operator (postfix)
◆ operator++() [2/2]
Incremental operator (infix)
◆ operator--() [1/2]
Decremental operator (postfix)
◆ operator--() [2/2]
Decremental operator (infix)
◆ restart()
The documentation for this class was generated from the following file: