#include <DataType.h>
#include <Debug.h>
#include <Info.h>
Include dependency graph for Index.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
class | Bucket |
class | HashIndexNode |
class | BucketIter |
class | BucketList |
class | Index |
class | HashIndex |
class | IndexInfo |
class | SingleFieldHashIndexInfo |
Enumerations | |
enum | IndexIntType { hashOneField = 1, hash = 2, tree = 3 } |
enum IndexIntType |
Definition at line 99 of file Index.h.
00100 { 00101 hashOneField = 1, 00102 hash = 2, 00103 tree = 3 00104 00105 };