Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Private Attributes | Friends | List of all members
CLevelDBBatch Class Reference

#include <leveldbwrapper.h>

Public Member Functions

template<typename K , typename V >
void Write (const K &key, const V &value)
 
template<typename K >
void Erase (const K &key)
 

Private Attributes

leveldb::WriteBatch batch
 

Friends

class CLevelDBWrapper
 

Detailed Description

Definition at line 27 of file leveldbwrapper.h.

Member Function Documentation

template<typename K >
void CLevelDBBatch::Erase ( const K &  key)
inline

Definition at line 49 of file leveldbwrapper.h.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename K , typename V >
void CLevelDBBatch::Write ( const K &  key,
const V &  value 
)
inline

Definition at line 35 of file leveldbwrapper.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Friends And Related Function Documentation

friend class CLevelDBWrapper
friend

Definition at line 29 of file leveldbwrapper.h.

Member Data Documentation

leveldb::WriteBatch CLevelDBBatch::batch
private

Definition at line 32 of file leveldbwrapper.h.


The documentation for this class was generated from the following file: