#include <leveldbwrapper.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 |
|
Definition at line 27 of file leveldbwrapper.h.
template<typename K >
void CLevelDBBatch::Erase |
( |
const K & |
key | ) |
|
|
inline |
template<typename K , typename V >
void CLevelDBBatch::Write |
( |
const K & |
key, |
|
|
const V & |
value |
|
) |
| |
|
inline |
leveldb::WriteBatch CLevelDBBatch::batch |
|
private |
The documentation for this class was generated from the following file: