#include <WhisperDB.h>
Definition at line 42 of file WhisperDB.h.
WhisperDB::WhisperDB |
( |
std::string const & |
_type | ) |
|
virtual dev::shh::WhisperDB::~WhisperDB |
( |
| ) |
|
|
inlinevirtual |
void dev::shh::WhisperDB::insert |
( |
dev::h256 const & |
_key, |
|
|
std::string const & |
_value |
|
) |
| |
void WhisperDB::insert |
( |
dev::h256 const & |
_key, |
|
|
bytes const & |
_value |
|
) |
| |
void WhisperDB::kill |
( |
dev::h256 const & |
_key | ) |
|
string WhisperDB::lookup |
( |
dev::h256 const & |
_key | ) |
const |
std::unique_ptr<leveldb::DB> dev::shh::WhisperDB::m_db |
|
protected |
leveldb::ReadOptions dev::shh::WhisperDB::m_readOptions |
|
protected |
leveldb::WriteOptions dev::shh::WhisperDB::m_writeOptions |
|
protected |
The documentation for this class was generated from the following files: