|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
Abstract struct to implement to enable the use of the ForwardIterator<T> More...
#include <custom_iterators.hpp>
Public Member Functions | |
| virtual T & | deref () const =0 |
| Get a reference to the value pointed to by the iterator. More... | |
| virtual void | advance ()=0 |
| Increment the iterator once to the next position. More... | |
| virtual bool | not_equal (const ForwardIteratorBase &other)=0 |
Check for equality between this iterator and other. More... | |
Abstract struct to implement to enable the use of the ForwardIterator<T>
|
pure virtual |
Increment the iterator once to the next position.
Implemented in ocpp::VectorOfUniquePtrIterator< T >.
|
pure virtual |
Get a reference to the value pointed to by the iterator.
Implemented in ocpp::VectorOfUniquePtrIterator< T >.
|
pure virtual |
Check for equality between this iterator and other.
Implemented in ocpp::VectorOfUniquePtrIterator< T >.