Main Page
Modules
Namespaces
Classes
Files
Directories
Related Pages
Alphabetical List
Class List
Class Hierarchy
Class Members
DataStructures
::
Page
DataStructures::Page< KeyType, DataType, order > Struct Template Reference
Used in the
BPlusTree
. Used for both leaf and index nodes.
More...
#include <DS_BPlusTree.h>
List of all members.
Public Attributes
bool
isLeaf
int
size
KeyType
keys
[order]
DataType
data
[order]
Page
< KeyType, DataType, order > *
next
Page
< KeyType, DataType, order > *
previous
Page
*
children
[order+1]
Detailed Description
template<class KeyType, class DataType, int order>
struct DataStructures::Page< KeyType, DataType, order >
Used in the
BPlusTree
. Used for both leaf and index nodes.
The documentation for this struct was generated from the following file:
C:/RakNet 2.518/Include/DS_BPlusTree.h
Generated on Sat Oct 14 08:37:40 2006 for RakNet by
1.4.6-NO