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

Detailed Description

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

Definition at line 161 of file deque.h.

#include <deque.h>

+ Collaboration diagram for fl::deque< T >::const_iterator:

Public Types

typedef fl::size difference_type
 
typedef fl::random_access_iterator_tag iterator_category
 
typedef const T * pointer
 
typedef const T & reference
 
typedef T value_type
 

Public Member Functions

 const_iterator (const deque *dq, fl::size index)
 
 const_iterator (const iterator &it)
 
bool operator!= (const const_iterator &other) const
 
const T & operator* () const
 
const_iterator operator+ (fl::size n) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator+= (fl::size n)
 
fl::size operator- (const const_iterator &other) const
 
const_iterator operator- (fl::size n) const
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const_iteratoroperator-= (fl::size n)
 
const T * operator-> () const
 
bool operator< (const const_iterator &other) const
 
bool operator<= (const const_iterator &other) const
 
bool operator== (const const_iterator &other) const
 
bool operator> (const const_iterator &other) const
 
bool operator>= (const const_iterator &other) const
 
const T & operator[] (fl::size n) const
 

Private Attributes

const dequemDeque
 
fl::size mIndex
 

Friends

class deque
 

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