#include "mempl.h"
#include "blockpool.h"
#include "leafpage.h"
#include "indexpage.h"
gehe zum Quellcode dieser Datei
Übersicht | |
class | Btree |
Interface for our Btree. Mehr... | |
class | BtreeStrategy |
Strategy Class. Mehr... | |
class | Iterator |
Iterator over all records unimplemented now. Mehr... | |
struct | Btree::Managementinfo |
class | LeafPageIterator |
Iterator over all levapages. Mehr... | |
class | TestStrategy |
Strategy Class for Testing. Mehr... | |
Variablen | |
TestStrategy | theTestStrategy |
Strategy Class for Testing. |