![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#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 |
Definition at line 31 of file write_batch.h.
leveldb::WriteBatch::WriteBatch | ( | ) |
Definition at line 29 of file write_batch.cc.
leveldb::WriteBatch::~WriteBatch | ( | ) |
Definition at line 33 of file write_batch.cc.
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.
Definition at line 42 of file write_batch.cc.
Definition at line 98 of file write_batch.cc.
|
friend |
Definition at line 55 of file write_batch.h.
|
private |
Definition at line 57 of file write_batch.h.