d-leveldb v1.16.0 (2014-04-09T23:13:10Z)
Home
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)
void
iterate
(void delegate(Slice key, Slice value) puts, void delegate(Slice key) dels)
class
WriteBatch
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