Definition at line 141 of file table_test.cc.
§ 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 |
Definition at line 153 of file table_test.cc.
158 for (KVMap::const_iterator it =
data_.begin();
161 keys->push_back(it->first);
virtual Status FinishImpl(const Options &options, const KVMap &data)=0
§ 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: