libUTL++
|
This is the complete list of members for utl::SkipListNode, including all inherited members.
get() const | utl::SkipListNode | inline |
isHead() const | utl::SkipListNode | inline |
isTail() const | utl::SkipListNode | inline |
next(uint_t idx=0) const | utl::SkipListNode | inline |
prev() const | utl::SkipListNode | inline |
remove(uint_t level, SkipListNode **update) | utl::SkipListNode | |
set(const Object *object, uint_t level, SkipListNode **update) | utl::SkipListNode | |
set(const Object *object) | utl::SkipListNode | inline |
setNext(uint_t i, SkipListNode *node) | utl::SkipListNode | inline |
setPrev(SkipListNode *node) | utl::SkipListNode | inline |