|
leveldb
|
#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 | ( | ) |
| leveldb::WriteBatch::~WriteBatch | ( | ) |
Definition at line 33 of file write_batch.cc.
| void leveldb::WriteBatch::Clear | ( | ) |
| 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.
1.8.12