|
FastLED 3.9.15
|
#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 RBNode *n, const RedBlackTree *t) | |
| bool | operator!= (const const_iterator &other) const |
| const value_type & | operator* () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| const value_type * | operator-> () const |
| bool | operator== (const const_iterator &other) const |
Private Member Functions | |
| const RBNode * | predecessor (const RBNode *x) const |
| const RBNode * | successor (const RBNode *x) const |
Private Attributes | |
| const RedBlackTree * | mTree |
| const RBNode * | node_ |
Friends | |
| class | iterator |
| class | RedBlackTree |