#include "btree.h"
#include <iostream>
#include <string>
Include dependency graph for btreecheck.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BtreeCheck |
Defines | |
#define | OPT_SHORT_TREE 1 |
#define | OPT_FULL_TREE 2 |
#define | OPT_SHOW_BITMAP 4 |
#define | OPT_SHOW_STATS 8 |
#define OPT_SHORT_TREE 1 |
Definition at line 54 of file btreecheck.h.
#define OPT_FULL_TREE 2 |
Definition at line 55 of file btreecheck.h.
#define OPT_SHOW_BITMAP 4 |
Definition at line 56 of file btreecheck.h.
#define OPT_SHOW_STATS 8 |
Definition at line 57 of file btreecheck.h.