Public Attributes | |
skiprope_node< T > * | next_ |
skiprope_node< T > * | prev_ |
ptrdiff_t | width_ |
width of lower level successors to this node between this node and next_. (width is sum of this->data_.size() plus the some of the size() of intervening nodes at each level below the this level. See insert_node below so as to understand the logic. |
Definition at line 157 of file skiprope.h.
skiprope_node<T>* next_ |
Definition at line 159 of file skiprope.h.
skiprope_node<T>* prev_ |
Definition at line 160 of file skiprope.h.
ptrdiff_t width_ |
width of lower level successors to this node between this node and next_. (width is sum of this->data_.size() plus the some of the size() of intervening nodes at each level below the this level. See insert_node below so as to understand the logic.
Definition at line 161 of file skiprope.h.