|
leveldb
|
#include <format.h>

Public Types | |
| enum | { kEncodedLength = 2*BlockHandle::kMaxEncodedLength + 8 } |
Public Member Functions | |
| Footer () | |
| const BlockHandle & | metaindex_handle () const |
| void | set_metaindex_handle (const BlockHandle &h) |
| const BlockHandle & | index_handle () const |
| void | set_index_handle (const BlockHandle &h) |
| void | EncodeTo (std::string *dst) const |
| Status | DecodeFrom (Slice *input) |
Private Attributes | |
| BlockHandle | metaindex_handle_ |
| BlockHandle | index_handle_ |
Definition at line 43 of file format.cc.


| void leveldb::Footer::EncodeTo | ( | std::string * | dst | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
1.8.12