Structure to store forward and backward pointers including skip amounts. More...
#include <CSCompositeSkipList.h>
Public Attributes | |
size_type | skip [S] |
Skip amount for indexed internal containers. | |
XBidiNode< T, N, S > * | forward [N] |
Forward pointers. | |
XBidiNode< T, N, S > * | backward [N] |
Backward pointers. |
Structure to store forward and backward pointers including skip amounts.