bdb2d v5.3.28 (2017-08-18T20:51:03Z)
Home
Dub
Repo
BulkDbt.KeyRange
berkeleydb
dbt
BulkDbt
Undocumented in source.
struct
BulkDbt
struct
KeyRange (
K
V
) {
uint32_t
*
pointer
;
DBT
*
dbt
;
struct
KeyValuePair
;
alias
KV
=
KeyValuePair
;
bool
empty
[@property getter];
KeyRange
save
[@property getter];
KV
front
[@property getter];
void
popFront
();
KV
moveFront
();
}
Members
Aliases
KV
alias
KV
=
KeyValuePair
Undocumented in source.
Functions
moveFront
KV
moveFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Forward range primitives.
Properties
empty
bool
empty
[@property getter]
front
KV
front
[@property getter]
save
KeyRange
save
[@property getter]
Forward range primitives.
Structs
KeyValuePair
struct
KeyValuePair
Undocumented in source.
Variables
dbt
DBT
*
dbt
;
Undocumented in source.
pointer
uint32_t
*
pointer
;
Undocumented in source.
Meta
Source
See Implementation
berkeleydb
dbt
BulkDbt
aliases
insert
stableInsert
stableInsertFront
stableRemoveFront
constructors
this
functions
insertFront
insertFronts
keyrange
opSlice
range
removeFront
set_pointer
properties
dup
empty
front
structs
KeyRange
Range
variables
dbt
pointer