|
FastLED 3.9.15
|
#include <list.h>
Collaboration diagram for fl::list< T >::const_iterator:Public Types | |
| typedef fl::ptrdiff_t | difference_type |
| typedef fl::bidirectional_iterator_tag | iterator_category |
| typedef const T * | pointer |
| typedef const T & | reference |
| typedef T | value_type |
Public Member Functions | |
| const_iterator (const iterator &it) | |
| const_iterator (const Node *node) | |
| bool | operator!= (const const_iterator &other) const |
| const T & | operator* () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| const T * | operator-> () const |
| bool | operator== (const const_iterator &other) const |
Private Attributes | |
| const Node * | mNode |
Friends | |
| class | list |