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
Pagechildren [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:
Generated on Sat Oct 14 08:37:40 2006 for RakNet by  doxygen 1.4.6-NO