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