modm API documentation
modm::LinkedList< T, Allocator >::iterator Class Reference

Forward iterator. More...

#include <modm/container/linked_list.hpp>

Inheritance diagram for modm::LinkedList< T, Allocator >::iterator:

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
 

Detailed Description

template<typename T, typename Allocator = allocator::Dynamic<T>>
class modm::LinkedList< T, Allocator >::iterator

Forward iterator.


The documentation for this class was generated from the following file: