Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <WhisperDB.h>
Public Member Functions | |
WhisperMessagesDB () | |
virtual | ~WhisperMessagesDB () |
void | loadAllMessages (std::map< h256, Envelope > &o_dst) |
void | saveSingleMessage (dev::h256 const &_key, Envelope const &_e) |
Public Member Functions inherited from dev::shh::WhisperDB | |
WhisperDB (std::string const &_type) | |
virtual | ~WhisperDB () |
std::string | lookup (dev::h256 const &_key) const |
void | insert (dev::h256 const &_key, std::string const &_value) |
void | insert (dev::h256 const &_key, bytes const &_value) |
void | kill (dev::h256 const &_key) |
Additional Inherited Members | |
Protected Attributes inherited from dev::shh::WhisperDB | |
leveldb::ReadOptions | m_readOptions |
leveldb::WriteOptions | m_writeOptions |
std::unique_ptr< leveldb::DB > | m_db |
Definition at line 58 of file WhisperDB.h.
|
inline |
Definition at line 61 of file WhisperDB.h.
|
inlinevirtual |
Definition at line 62 of file WhisperDB.h.
Definition at line 85 of file WhisperDB.cpp.
Definition at line 141 of file WhisperDB.cpp.