|
modm API documentation
|
Forward iterator. More...
#include <modm/container/linked_list.hpp>
Public Member Functions | |
| iterator () | |
| Default constructor. | |
| iterator (const iterator &other) | |
| iterator & | operator= (const iterator &other) |
| iterator & | operator++ () |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| T & | operator* () |
| T * | operator-> () |
Friends | |
| class | LinkedList |
| class | const_iterator |
Forward iterator.