#include <btree.h>
Public Member Functions | |
| KeyNode (const BucketBasics &bb, const _KeyNode &k) | |
Public Attributes | |
| BSONObj | key |
| const DiskLoc & | prevChildBucket |
| const DiskLoc & | recordLoc |
wrapper - this is our in memory representation of the key. _KeyNode is the disk representation.
This object and its bson key will become invalid if the key is moved.
Definition at line 72 of file btree.h.
| mongo::KeyNode::KeyNode | ( | const BucketBasics & | bb, | |
| const _KeyNode & | k | |||
| ) |
| const DiskLoc& mongo::KeyNode::recordLoc |