Rims

Rim selecter

Members

Functions

sector
ushort sector()
toString
string toString()

rim-path as hex value

Manifest constants

root_rim_path
enum root_rim_path;
Undocumented in source.

Mixins

__anonymous
mixin HiBONRecord!(q{ this(Buffer r, Buffer key_leaves=null) { this.path=r; this.key_leaves=key_leaves; } this(const ushort sector) out { assert(path.length is ushort.sizeof); } do { path=[sector >> 8*ubyte.sizeof, sector & ubyte.max]; key_leaves=null; } this(I)(const Rims rim, const I key) if (isIntegral!I) in (key >= 0 && key <= ubyte.max) do { path = rim.path ~ cast(ubyte) key; this.key_leaves= rim.key_leaves.idup; } })
Undocumented in source.

Static variables

root
auto root;
Undocumented in source.

Variables

key_leaves
Buffer key_leaves;
Undocumented in source.
path
Buffer path;
Undocumented in source.

Mixed In Members

From mixin HiBONRecord!(q{ this(Buffer r, Buffer key_leaves=null) { this.path=r; this.key_leaves=key_leaves; } this(const ushort sector) out { assert(path.length is ushort.sizeof); } do { path=[sector >> 8*ubyte.sizeof, sector & ubyte.max]; key_leaves=null; } this(I)(const Rims rim, const I key) if (isIntegral!I) in (key >= 0 && key <= ubyte.max) do { path = rim.path ~ cast(ubyte) key; this.key_leaves= rim.key_leaves.idup; } })

check
alias check = Check!(HiBONRecordException)
Undocumented in source.
__anonymous
mixin JSONString
Undocumented in source.
__anonymous
mixin HiBONRecordType
Undocumented in source.
isRecord
alias isRecord = HiBONRecord.isRecord!ThisType
Undocumented in source.
HAS_TYPE
enum HAS_TYPE;
Undocumented in source.
less_than
bool less_than(Key a, Key b)
Undocumented in source. Be warned that the author may not have intended to support it.
toHiBON
inout(HiBON) toHiBON()
Undocumented in source. Be warned that the author may not have intended to support it.
NO_DEFAULT_CTOR
enum NO_DEFAULT_CTOR;
Undocumented in source.
GetKeyName
template GetKeyName(uint i)
Undocumented in source.
_keys
string[] _keys()
keys
enum keys;
Undocumented in source.
this
this(HiBON hibon)
Undocumented in source.
this
this(Document doc)
Undocumented in source.
serialize
immutable(ubyte[]) serialize()
Undocumented in source. Be warned that the author may not have intended to support it.
toDoc
const(Document) toDoc()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta