Iterator

Undocumented in source.

Constructors

this
this(Database db)
Undocumented in source.
this
this(Database db, ReadOptions opts)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

key
string key()
Undocumented in source. Be warned that the author may not have intended to support it.
keySlice
Slice keySlice()
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref string, ref string) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
prev
void prev()
Undocumented in source. Be warned that the author may not have intended to support it.
seek
void seek(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
seekPrev
void seekPrev(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
seekToFirst
void seekToFirst()
Undocumented in source. Be warned that the author may not have intended to support it.
seekToLast
void seekToLast()
Undocumented in source. Be warned that the author may not have intended to support it.
valid
bool valid()
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value()
Undocumented in source. Be warned that the author may not have intended to support it.
valueSlice
Slice valueSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

iter
rocksdb_iterator_t* iter;
Undocumented in source.

Meta