Public Attributes

XBidiNode< T, N, S >::Pointers Struct Reference

Structure to store forward and backward pointers including skip amounts. More...

#include <CSCompositeSkipList.h>

List of all members.

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.

Detailed Description

template<class T, unsigned int N = 1, unsigned int S = 0>
struct XBidiNode< T, N, S >::Pointers

Structure to store forward and backward pointers including skip amounts.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs