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