![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Public Member Functions | |
MemTableConstructor (const Comparator *cmp) | |
~MemTableConstructor () | |
virtual Status | FinishImpl (const Options &options, const KVMap &data) |
virtual Iterator * | NewIterator () const |
![]() | |
Constructor (const Comparator *cmp) | |
virtual | ~Constructor () |
void | Add (const std::string &key, const Slice &value) |
void | Finish (const Options &options, std::vector< std::string > *keys, KVMap *kvmap) |
virtual const KVMap & | data () |
virtual DB * | db () const |
Private Attributes | |
InternalKeyComparator | internal_comparator_ |
MemTable * | memtable_ |
Definition at line 316 of file table_test.cc.
|
inlineexplicit |
Definition at line 318 of file table_test.cc.
|
inline |
Definition at line 324 of file table_test.cc.
|
inlinevirtual |
Implements leveldb::Constructor.
Definition at line 327 of file table_test.cc.
|
inlinevirtual |
Implements leveldb::Constructor.
Definition at line 340 of file table_test.cc.
|
private |
Definition at line 345 of file table_test.cc.
|
private |
Definition at line 346 of file table_test.cc.