![]() |
AlgoPlus v0.1.0
|
#include <interval_tree.h>
Public Member Functions | |
Iterator (const int64_t &index, std::vector< std::pair< T, 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 | |
std::pair< T, T > | operator* () |
operator * for type Iterator |
Iterator class.
|
inlineexplicitnoexcept |
Construct a new Iterator object.
els | vector<pair<T,T>> - the elements in inorder fashion |
|
inline |
|
inline |
operator * for type Iterator
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |