BadgerDB
|
BadgerDbException(const std::string &msg) | badgerdb::BadgerDbException | [explicit] |
InsufficientSpaceException(const PageId page_num, const std::size_t requested, const std::size_t available) | badgerdb::InsufficientSpaceException | |
message() const | badgerdb::BadgerDbException | [inline, virtual] |
message_ | badgerdb::BadgerDbException | [protected] |
operator<<(std::ostream &out, const BadgerDbException &exception) | badgerdb::BadgerDbException | [friend] |
page_number() const | badgerdb::InsufficientSpaceException | [inline] |
page_number_ | badgerdb::InsufficientSpaceException | [protected] |
space_available() const | badgerdb::InsufficientSpaceException | [inline] |
space_available_ | badgerdb::InsufficientSpaceException | [protected] |
space_requested() const | badgerdb::InsufficientSpaceException | [inline] |
space_requested_ | badgerdb::InsufficientSpaceException | [protected] |
what() const | badgerdb::BadgerDbException | [inline, virtual] |
~BadgerDbException() | badgerdb::BadgerDbException | [inline, virtual] |