HiBON.Member

Internal Member in the HiBON class

Constructors

this
this(string key)
Undocumented in source.
this
this(T x, string key)

Members

Aliases

CastTypes
alias CastTypes = AliasSeq!(uint, int, ulong, long, string)
Undocumented in source.

Functions

append
void append(ubyte[] buffer, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
appendList
void appendList(ubyte[] buffer, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
by
auto by()
document
inout(HiBON) document()

If the value of the Member contains a Document it returns it or else an error is asserted

get
T get()
get
const(T) get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
inout(T) get()
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size()

Calculates the size in bytes of the Member

Static functions

opCast
const(Member) opCast(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

key
string key;
Undocumented in source.
type
Type type;
Undocumented in source.
value
Value value;
Undocumented in source.

Meta