5 #include <libutl/MaxObject.h> 49 _object =
const_cast<Object*
>(object);
56 return (_prev ==
nullptr);
63 return (_next[0] ==
nullptr);
bool isTail() const
Determine whether self is the tail node.
bool isHead() const
Determine whether self is the head node.
void setPrev(SkipListNode *node)
Set the previous node.
SkipListNode * next(uint_t idx=0) const
Get the next node.
unsigned int uint_t
Unsigned integer.
void setNext(uint_t i, SkipListNode *node)
Set the next node.
Root of UTL++ class hierarchy.
SkipListNode * prev() const
Get the previous node.