#include "DynaBTree.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
◆ MAKE_BTREETYPE_INSTANCE
| #define MAKE_BTREETYPE_INSTANCE |
( |
|
K, |
|
|
|
V, |
|
|
|
T |
|
) |
| |
Value:Base Class for B-Tree nodes.
Definition: DynaBTree.h:25
B-Tree Leaf Node.
Definition: DynaBTree.h:26
Definition: DynaBTree.h:37
B-Tree Inner Node.
Definition: DynaBTree.h:209
Definition: DynaBTree.h:54
Definition: DynaBTree.h:35
Definition: DynaBTree.h:56
B-Tree main class.
Definition: DynaBTree.h:78