|
ADTF
|
Bidirectional iterator interface details Additionally providing method Previous() for POD bidirectional iterators.
More...
#include <iterator_intf.h>
Inherits adtf::ucom::ant::IForwardIterator< T >.
Inherited by adtf::ucom::ant::IRandomAccessIterator< T >.
Public Member Functions | |
| virtual T * | Previous () const =0 |
| Decrement iterator by one - may be used with mutable member iterators. | |
Public Member Functions inherited from adtf::ucom::ant::IForwardIterator< T > | |
| virtual T * | Next () const =0 |
| Increment iterator by one - may be used with mutable member iterators. | |
Protected Member Functions | |
| ~IBidirectionalIterator ()=default | |
| Default destructor. | |
Protected Member Functions inherited from adtf::ucom::ant::IForwardIterator< T > | |
| ~IForwardIterator ()=default | |
| Default destructor. | |
Bidirectional iterator interface details Additionally providing method Previous() for POD bidirectional iterators.
| T | Value type of the container the iterator operates on |
|
pure virtual |
Decrement iterator by one - may be used with mutable member iterators.