BlockFile.BlockSegmentRange

Undocumented in source.

Constructors

this
this(BlockFile owner)
Undocumented in source.
this
this(BlockFile owner, Index from, Index to)
Undocumented in source.

Members

Aliases

BlockSegmentInfo
alias BlockSegmentInfo = Tuple!(Index, "index", string, "type", ulong, "size", Document, "doc")
Undocumented in source.

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
BlockSegmentInfo front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
save
BlockSegmentRange save()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

current_segment
BlockSegmentInfo current_segment;
Undocumented in source.
index
Index index;
Undocumented in source.
last_index
Index last_index;
Undocumented in source.
owner
BlockFile owner;
Undocumented in source.

Meta