FastLED 3.9.15
Loading...
Searching...
No Matches
fl::list< T >::iterator Class Reference

Detailed Description

template<typename T>
class fl::list< T >::iterator

Definition at line 83 of file list.h.

#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
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
T * operator-> () const
 
bool operator== (const iterator &other) const
 

Private Attributes

NodemNode
 

Friends

class list
 

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