Definition at line 141 of file table_test.cc.
leveldb::Constructor::Constructor |
( |
const Comparator * |
cmp | ) |
|
|
inlineexplicit |
virtual leveldb::Constructor::~Constructor |
( |
| ) |
|
|
inlinevirtual |
void leveldb::Constructor::Add |
( |
const std::string & |
key, |
|
|
const Slice & |
value |
|
) |
| |
|
inline |
virtual const KVMap& leveldb::Constructor::data |
( |
| ) |
|
|
inlinevirtual |
virtual DB* leveldb::Constructor::db |
( |
| ) |
const |
|
inlinevirtual |
void leveldb::Constructor::Finish |
( |
const Options & |
options, |
|
|
std::vector< std::string > * |
keys, |
|
|
KVMap * |
kvmap |
|
) |
| |
|
inline |
virtual Status leveldb::Constructor::FinishImpl |
( |
const Options & |
options, |
|
|
const KVMap & |
data |
|
) |
| |
|
pure virtual |
virtual Iterator* leveldb::Constructor::NewIterator |
( |
| ) |
const |
|
pure virtual |
KVMap leveldb::Constructor::data_ |
|
private |
The documentation for this class was generated from the following file: