Batch of changes queued to be written to a CDBWrapper.
More...
#include <dbwrapper.h>
Batch of changes queued to be written to a CDBWrapper.
Definition at line 78 of file dbwrapper.h.
◆ CDBBatch()
◆ Clear()
◆ Erase()
template<typename K >
void CDBBatch::Erase |
( |
const K & |
key | ) |
|
|
inline |
◆ SizeEstimate()
size_t CDBBatch::SizeEstimate |
( |
| ) |
const |
|
inline |
◆ Write()
template<typename K , typename V >
void CDBBatch::Write |
( |
const K & |
key, |
|
|
const V & |
value |
|
) |
| |
|
inline |
◆ CDBWrapper
◆ batch
leveldb::WriteBatch CDBBatch::batch |
|
private |
◆ parent
◆ size_estimate
size_t CDBBatch::size_estimate |
|
private |
◆ ssKey
◆ ssValue
The documentation for this class was generated from the following file: