Database.PageRange

Undocumented in source.

Constructors

this
this(ubyte[] data, uint pageSize, uint usablePageSize, uint numberOfPages)
Undocumented in source.

Members

Functions

opIndex
BTreePage opIndex(uint pageNumber)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
uint length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.
numberOfPages
uint numberOfPages;
Undocumented in source.
pageSize
uint pageSize;
Undocumented in source.
usablePageSize
uint usablePageSize;
Undocumented in source.

Meta