d-leveldb-comparator ~master (2021-10-27T15:16:22.5444112)
Dub
Repo
WriteBatch.iterate
leveldb
writebatch
WriteBatch
Undocumented in source. Be warned that the author may not have intended to support it.
void
iterate
(Visitor visitor)
class
WriteBatch
void
iterate
(
Visitor
visitor
)
void
iterate
(void delegate(Slice key, Slice value) puts, void delegate(Slice key) dels)
Meta
Source
See Implementation
leveldb
writebatch
WriteBatch
constructors
this
destructors
~this
functions
del
iterate
put
properties
clear
ptr
valid
structs
Visitor