Key

Undocumented in source.

Constructors

this
this(const(char[]) key)
Undocumented in source.
this
this(uint index)
Undocumented in source.
this
this(const(ubyte[]) data)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

KeyType
enum KeyType
Undocumented in source.

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
isIndex
bool isIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Key b)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(const(Key*) b)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(const(char[]) b)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T b)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
void serialize(BinBuffer bin)
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size()
Undocumented in source. Be warned that the author may not have intended to support it.
to
T to()
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

key_type
KeyType key_type;
Undocumented in source.

Meta