![]() |
AlgoPlus v0.1.0
|
#include <splay_tree.h>
Public Member Functions | |
| Iterator (const int64_t &index, std::vector< T > &els) noexcept | |
| Construct a new Iterator object. | |
| Iterator & | operator= (int64_t index) |
| = operator for Iterator type | |
| Iterator & | operator++ () |
| operator ++ for type Iterator | |
| Iterator | operator++ (int) |
| operator ++ for type Iterator | |
| Iterator & | operator-- () |
| operator – for type Iterator | |
| Iterator | operator-- (int) |
| operator – for type Iterator | |
| bool | operator!= (const Iterator &it) |
| operator != for type Iterator | |
| T | operator* () |
| operator * for type Iterator | |
Iterator class.
|
inlineexplicitnoexcept |
Construct a new Iterator object.
| els | vector<T> - the elements in inorder fashion |
|
inline |
|
inline |
operator * for type Iterator
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |