Element

Undocumented in source.

Members

Mixins

__anonymous
mixin HiBONRecord!(q{ this(const(Document.Element) elm, const uint offset) { type=elm.type; keyPos=elm.keyPos+offset; keyLen=elm.keyLen; valuePos=elm.valuePos+offset; dataPos=elm.dataPos+offset; dataSize=elm.dataSize; key=elm.key; } })
Undocumented in source.

Variables

dataPos
uint dataPos;
Undocumented in source.
dataSize
uint dataSize;
Undocumented in source.
key
string key;
Undocumented in source.
keyLen
uint keyLen;
Undocumented in source.
keyPos
int keyPos;
Undocumented in source.
type
int type;
Undocumented in source.
valuePos
uint valuePos;
Undocumented in source.

Mixed In Members

From mixin HiBONRecord!(q{ this(const(Document.Element) elm, const uint offset) { type=elm.type; keyPos=elm.keyPos+offset; keyLen=elm.keyLen; valuePos=elm.valuePos+offset; dataPos=elm.dataPos+offset; dataSize=elm.dataSize; key=elm.key; } })

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