FastLED 3.9.15
Loading...
Searching...
No Matches
fl::RedBlackTree< T, Compare, Allocator >::const_iterator Class Reference

Detailed Description

template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
class fl::RedBlackTree< T, Compare, Allocator >::const_iterator

Definition at line 411 of file rbtree.h.

#include <rbtree.h>

+ Collaboration diagram for fl::RedBlackTree< T, Compare, Allocator >::const_iterator:

Public Member Functions

 const_iterator ()
 
 const_iterator (const iterator &it)
 
 const_iterator (const Node *n, const RedBlackTree *t)
 
bool operator!= (const const_iterator &other) const
 
const value_typeoperator* () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const value_typeoperator-> () const
 
bool operator== (const const_iterator &other) const
 

Private Member Functions

const Nodepredecessor (const Node *x) const
 
const Nodesuccessor (const Node *x) const
 

Private Attributes

const RedBlackTreemTree
 
const Nodenode_
 

Friends

class iterator
 
class RedBlackTree
 

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