d-leveldb-comparator ~master (2021-10-27T15:16:22.5444112)
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