Forward iterator interface providing method Next()
usable by POD forward iterators.
More...
|
virtual T * | Next () const =0 |
| Increment iterator by one - may be used with mutable member iterators. More...
|
|
template<typename T>
class adtf::ucom::ant::IForwardIterator< T >
Forward iterator interface providing method Next()
usable by POD forward iterators.
- Template Parameters
-
T | Value type of the container the iterator operates on |
Definition at line 313 of file iterator_intf.h.
◆ Next()
virtual T* Next |
( |
| ) |
const |
|
pure virtual |
Increment iterator by one - may be used with mutable member iterators.
- Returns
- Pointer to value of the container sequence the iterator points to after incrementing