#include <btree.h>

Protected Attributes | |
| unsigned short | _reserved1 |
| unsigned short | _wasSize |
| char | data [4] |
| int | emptySize |
| int | flags |
| int | n |
| DiskLoc | nextChild |
| DiskLoc | parent |
| int | reserved |
| int | topSize |
Definition at line 81 of file btree.h.
unsigned short mongo::BtreeData::_reserved1 [protected] |
unsigned short mongo::BtreeData::_wasSize [protected] |
char mongo::BtreeData::data[4] [protected] |
int mongo::BtreeData::emptySize [protected] |
int mongo::BtreeData::flags [protected] |
int mongo::BtreeData::n [protected] |
DiskLoc mongo::BtreeData::nextChild [protected] |
DiskLoc mongo::BtreeData::parent [protected] |
int mongo::BtreeData::reserved [protected] |
int mongo::BtreeData::topSize [protected] |