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