#include <dbwrapper.h>
Definition at line 72 of file dbwrapper.h.
◆ CDBIterator()
CDBIterator::CDBIterator |
( |
leveldb::Iterator * |
piterIn, |
|
|
const std::vector< unsigned char > * |
obfuscate_key |
|
) |
| |
|
inline |
- Parameters
-
[in] | piterIn | The original leveldb iterator. |
[in] | obfuscate_key | If passed, XOR data with this key. |
Definition at line 84 of file dbwrapper.h.
◆ ~CDBIterator()
CDBIterator::~CDBIterator |
( |
| ) |
|
◆ GetKey()
template<typename K >
bool CDBIterator::GetKey |
( |
K & |
key | ) |
|
|
inline |
◆ GetKeySize()
unsigned int CDBIterator::GetKeySize |
( |
| ) |
|
|
inline |
◆ GetValue()
template<typename V >
bool CDBIterator::GetValue |
( |
V & |
value | ) |
|
|
inline |
◆ GetValueSize()
unsigned int CDBIterator::GetValueSize |
( |
| ) |
|
|
inline |
◆ Next()
void CDBIterator::Next |
( |
| ) |
|
◆ Seek()
template<typename K >
void CDBIterator::Seek |
( |
const K & |
key | ) |
|
|
inline |
◆ SeekToFirst()
void CDBIterator::SeekToFirst |
( |
| ) |
|
◆ Valid()
bool CDBIterator::Valid |
( |
| ) |
|
◆ obfuscate_key
const std::vector<unsigned char>* CDBIterator::obfuscate_key |
|
private |
◆ piter
leveldb::Iterator* CDBIterator::piter |
|
private |
The documentation for this class was generated from the following files: