List of all members.
Public Member Functions |
|
void | open (const std::string &filename) |
|
void | compact () |
|
uint64_t | getDbSize () |
|
virtual void | put (const std::string &key, const std::string &value) |
|
virtual std::string | pop (const std::string &key) |
|
virtual std::string | get (const std::string &key) const |
|
virtual void | erase (const std::string &key) |
|
virtual void | scan (const OnEntry &fn, const OnError &onError) const |
Public Attributes |
|
std::shared_ptr< leveldb::DB > | db |
Detailed Description
Definition at line 38 of file pending_list.h.
The documentation for this struct was generated from the following file: