This is the complete list of members for badgerdb::Page, including all inherited members.
begin() | badgerdb::Page | |
BufferTest (defined in badgerdb::Page) | badgerdb::Page | friend |
DATA_SIZE | badgerdb::Page | static |
deleteRecord(const RecordId &record_id) | badgerdb::Page | |
end() | badgerdb::Page | |
File (defined in badgerdb::Page) | badgerdb::Page | friend |
getFreeSpace() const | badgerdb::Page | inline |
getRecord(const RecordId &record_id) const | badgerdb::Page | |
hasSpaceForRecord(const std::string &record_data) const | badgerdb::Page | |
insertRecord(const std::string &record_data) | badgerdb::Page | |
INVALID_NUMBER | badgerdb::Page | static |
INVALID_SLOT | badgerdb::Page | static |
next_page_number() const | badgerdb::Page | inline |
Page() | badgerdb::Page | |
page_number() const | badgerdb::Page | inline |
PageIterator (defined in badgerdb::Page) | badgerdb::Page | friend |
PageTest (defined in badgerdb::Page) | badgerdb::Page | friend |
SIZE | badgerdb::Page | static |
updateRecord(const RecordId &record_id, const std::string &record_data) | badgerdb::Page |