33 #include "mongo/base/static_assert.h" 34 #include "mongo/bson/bsonobjbuilder.h" 37 #include "mongo/platform/atomic_word.h" 168 return const_cast<DiskLoc&
>(_nextDeleted);
int & extentOfs()
Definition: record.h:162
DiskLoc & nextDeleted() const
Definition: record.h:167
Copyright (C) 2014 MongoDB Inc.
Definition: bson_collection_catalog_entry.cpp:38
A replacement for the Record class.
Definition: record_data.h:43
int extentOfs() const
Definition: record.h:159
int _lengthWithHeaders
Definition: record.h:172
MONGO_STATIC_ASSERT(sizeof(void *)==sizeof(size_t))
represents a disk location/offset on disk in a database.
Definition: diskloc.h:53
int & lengthWithHeaders()
Definition: record.h:155
DiskLoc _nextDeleted
Definition: record.h:176
int a() const
Definition: diskloc.h:131
int lengthWithHeaders() const
Definition: record.h:152
int _extentOfs
Definition: record.h:174