Object

Undocumented in source.

Members

Functions

opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()

Compute hash function for Object

toString
string toString()

Convert Object to human readable string

Static functions

factory
Object factory(string classname)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta