WriteBatch

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

del
void del(T key)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate
void iterate(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
iterate
void iterate(void delegate(Slice key, Slice value) puts, void delegate(Slice key) dels)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(K key, V val)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

clear
void clear [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
inout(leveldb_writebatch_t) ptr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
valid
bool valid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Visitor
struct Visitor
Undocumented in source.

Meta