Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | Friends | List of all members
CLevelDBBatch Class Reference

#include <leveldb.h>

Collaboration diagram for CLevelDBBatch:
Collaboration graph
[legend]

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 CLevelDB
 

Detailed Description

Definition at line 23 of file leveldb.h.

Member Function Documentation

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

Definition at line 45 of file leveldb.h.

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

Definition at line 31 of file leveldb.h.

Friends And Related Function Documentation

friend class CLevelDB
friend

Definition at line 25 of file leveldb.h.

Member Data Documentation

leveldb::WriteBatch CLevelDBBatch::batch
private

Definition at line 28 of file leveldb.h.


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