#include <T2RedBlackTree.h>
Public Member Functions | |
TFORCEINLINE | CIterator (const Node *a_pNode) |
TFORCEINLINE | CIterator (const Iterator &a_rcIterator) |
TFORCEINLINE CIterator | Next () |
TFORCEINLINE CIterator | Prev () |
TFORCEINLINE const Node * | GetNode () |
TFORCEINLINE const T * | GetValue () const |
TFORCEINLINE TBOOL | operator== (const Iterator &other) const |
TFORCEINLINE TBOOL | operator== (const CIterator &other) const |
TFORCEINLINE const T & | operator* () const |
TFORCEINLINE const T * | operator-> () const |
TFORCEINLINE | operator const T * () const |
TFORCEINLINE CIterator | operator++ (TINT) |
TFORCEINLINE CIterator & | operator++ () |
TFORCEINLINE CIterator | operator-- (TINT) |
TFORCEINLINE CIterator & | operator-- () |
Friends | |
class | Iterator |
Definition at line 261 of file T2RedBlackTree.h.
|
inline |
Definition at line 264 of file T2RedBlackTree.h.
|
inline |
Definition at line 267 of file T2RedBlackTree.h.
|
inline |
Definition at line 284 of file T2RedBlackTree.h.
|
inline |
Definition at line 289 of file T2RedBlackTree.h.
|
inline |
Definition at line 270 of file T2RedBlackTree.h.
|
inline |
Definition at line 314 of file T2RedBlackTree.h.
|
inline |
Definition at line 304 of file T2RedBlackTree.h.
|
inline |
Definition at line 324 of file T2RedBlackTree.h.
|
inline |
Definition at line 319 of file T2RedBlackTree.h.
|
inline |
Definition at line 335 of file T2RedBlackTree.h.
|
inline |
Definition at line 330 of file T2RedBlackTree.h.
|
inline |
Definition at line 309 of file T2RedBlackTree.h.
|
inline |
Definition at line 299 of file T2RedBlackTree.h.
|
inline |
Definition at line 294 of file T2RedBlackTree.h.
|
inline |
Definition at line 277 of file T2RedBlackTree.h.
|
friend |
Definition at line 344 of file T2RedBlackTree.h.