d-leveldb v1.16.0 (2014-04-09T23:13:10Z)
Home
Dub
Repo
WriteBatch.Visitor
leveldb
writebatch
WriteBatch
Undocumented in source.
class
WriteBatch
static
struct
Visitor {
void
delegate
(
Slice
key
,
Slice
value
)
puts
;
void
delegate
(
Slice
key
)
dels
;
}
Members
Variables
dels
void
delegate
(
Slice
key
)
dels
;
Undocumented in source.
puts
void
delegate
(
Slice
key
,
Slice
value
)
puts
;
Undocumented in source.
Meta
Source
See Implementation
leveldb
writebatch
WriteBatch
constructors
this
destructors
~this
functions
del
iterate
put
properties
clear
ptr
valid
structs
Visitor