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

Detailed Description

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

Definition at line 137 of file list.h.

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

Private Attributes

const NodemNode
 

Friends

class list
 

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