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

#include <write_batch.h>

Classes

class  Handler
 

Public Member Functions

 WriteBatch ()
 
 ~WriteBatch ()
 
void Put (const Slice &key, const Slice &value)
 
void Delete (const Slice &key)
 
void Clear ()
 
Status Iterate (Handler *handler) const
 

Private Attributes

std::string rep_
 

Friends

class WriteBatchInternal
 

Detailed Description

Definition at line 31 of file write_batch.h.

Constructor & Destructor Documentation

leveldb::WriteBatch::WriteBatch ( )

Definition at line 29 of file write_batch.cc.

leveldb::WriteBatch::~WriteBatch ( )

Definition at line 33 of file write_batch.cc.

Member Function Documentation

void leveldb::WriteBatch::Clear ( )

Definition at line 37 of file write_batch.cc.

void leveldb::WriteBatch::Delete ( const Slice key)

Definition at line 105 of file write_batch.cc.

Status leveldb::WriteBatch::Iterate ( Handler handler) const

Definition at line 42 of file write_batch.cc.

void leveldb::WriteBatch::Put ( const Slice key,
const Slice value 
)

Definition at line 98 of file write_batch.cc.

Friends And Related Function Documentation

friend class WriteBatchInternal
friend

Definition at line 55 of file write_batch.h.

Member Data Documentation

std::string leveldb::WriteBatch::rep_
private

Definition at line 57 of file write_batch.h.


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