Storage Engine API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mongo::HeapRecordStoreBtree::MmapV1RecordHeader Struct Reference

Public Member Functions

 MmapV1RecordHeader ()
 
 MmapV1RecordHeader (int size)
 

Public Attributes

int dataSize
 
boost::shared_array< char > data
 

Constructor & Destructor Documentation

◆ MmapV1RecordHeader() [1/2]

mongo::HeapRecordStoreBtree::MmapV1RecordHeader::MmapV1RecordHeader ( )
inline

◆ MmapV1RecordHeader() [2/2]

mongo::HeapRecordStoreBtree::MmapV1RecordHeader::MmapV1RecordHeader ( int  size)
inlineexplicit

Member Data Documentation

◆ data

boost::shared_array<char> mongo::HeapRecordStoreBtree::MmapV1RecordHeader::data

◆ dataSize

int mongo::HeapRecordStoreBtree::MmapV1RecordHeader::dataSize

The documentation for this struct was generated from the following file: