Classes |
class | KeyedSkipList< K, T, Pr, R > |
| Bidirectional Double Linked Keyed SkipList that acts like a map. More...
|
class | KeyedSkipList< K, T, Pr, R >::value_compare |
| Compares the keys found in two values. (Sorted Associative Container) More...
|
class | KeyedSkipList< K, T, Pr, R >::T0 |
| iterator More...
|
class | KeyedSkipList< K, T, Pr, R >::T1 |
| const_iterator More...
|
class | MultiKeyedSkipList< K, T, Pr, R > |
| Bidirectional Double Linked Keyed SkipList that acts like a multimap. More...
|
class | MultiKeyedSkipList< K, T, Pr, R >::value_compare |
| Compares the keys found in two values. (Sorted Associative Container) More...
|
class | MultiKeyedSkipList< K, T, Pr, R >::T0 |
| iterator More...
|
class | MultiKeyedSkipList< K, T, Pr, R >::T1 |
| const_iterator More...
|
Functions |
template<class K , class T , class Pr , class R > |
bool | operator== (const KeyedSkipList< K, T, Pr, R > &left, const KeyedSkipList< K, T, Pr, R > &right) |
| Equality Operator.
|
template<class K , class T , class Pr , class R > |
bool | operator!= (const KeyedSkipList< K, T, Pr, R > &left, const KeyedSkipList< K, T, Pr, R > &right) |
| NotEqual Operator.
|
template<class K , class T , class Pr , class R > |
bool | operator< (const KeyedSkipList< K, T, Pr, R > &left, const KeyedSkipList< K, T, Pr, R > &right) |
| LessThan Operator.
|
template<class K , class T , class Pr , class R > |
bool | operator<= (const KeyedSkipList< K, T, Pr, R > &left, const KeyedSkipList< K, T, Pr, R > &right) |
| LessThanOrEqual Operator.
|
template<class K , class T , class Pr , class R > |
bool | operator> (const KeyedSkipList< K, T, Pr, R > &left, const KeyedSkipList< K, T, Pr, R > &right) |
| GreaterThan Operator.
|
template<class K , class T , class Pr , class R > |
bool | operator>= (const KeyedSkipList< K, T, Pr, R > &left, const KeyedSkipList< K, T, Pr, R > &right) |
| GreaterThanOrEqual Operator.
|
template<class K , class T , class Pr , class R > |
bool | operator== (const MultiKeyedSkipList< K, T, Pr, R > &left, const MultiKeyedSkipList< K, T, Pr, R > &right) |
| Equality Operator (Forward Container)
|
template<class K , class T , class Pr , class R > |
bool | operator!= (const MultiKeyedSkipList< K, T, Pr, R > &left, const MultiKeyedSkipList< K, T, Pr, R > &right) |
| NotEqual Operator (Forward Container)
|
template<class K , class T , class Pr , class R > |
bool | operator< (const MultiKeyedSkipList< K, T, Pr, R > &left, const MultiKeyedSkipList< K, T, Pr, R > &right) |
| LessThan Operator (Forward Container)
|
template<class K , class T , class Pr , class R > |
bool | operator<= (const MultiKeyedSkipList< K, T, Pr, R > &left, const MultiKeyedSkipList< K, T, Pr, R > &right) |
| LessThanOrEqual Operator (Forward Container)
|
template<class K , class T , class Pr , class R > |
bool | operator> (const MultiKeyedSkipList< K, T, Pr, R > &left, const MultiKeyedSkipList< K, T, Pr, R > &right) |
| GreaterThan Operator (Forward Container)
|
template<class K , class T , class Pr , class R > |
bool | operator>= (const MultiKeyedSkipList< K, T, Pr, R > &left, const MultiKeyedSkipList< K, T, Pr, R > &right) |
| GreaterThanOrEqual Operator (Forward Container)
|
Header for KeyedSkipList and MultiKeyedSkipList.
These are lists that act like maps.