|
BadgerDB
|
| allocatePage() | badgerdb::File | |
| begin() | badgerdb::File | |
| create(const std::string &filename) | badgerdb::File | [static] |
| deletePage(const PageId page_number) | badgerdb::File | |
| end() | badgerdb::File | |
| exists(const std::string &filename) | badgerdb::File | [static] |
| File(const File &other) | badgerdb::File | |
| FileIterator (defined in badgerdb::File) | badgerdb::File | [friend] |
| filename() const | badgerdb::File | [inline] |
| FileTest (defined in badgerdb::File) | badgerdb::File | [friend] |
| isOpen(const std::string &filename) | badgerdb::File | [static] |
| open(const std::string &filename) | badgerdb::File | [static] |
| operator=(const File &rhs) | badgerdb::File | |
| readPage(const PageId page_number) const | badgerdb::File | |
| remove(const std::string &filename) | badgerdb::File | [static] |
| writePage(const Page &new_page) | badgerdb::File | |
| ~File() | badgerdb::File |
1.7.6.1