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