NuObject

Numem base-class which allows using basic class functions without a garbage collector.

Members

Functions

opCmp
int opCmp(Object other)

Compare with another Object other.

opEquals
bool opEquals(Object other)

Test whether this is equal to other.

toHash
size_t toHash()

Compute a hash for Object.

toString
string toString()

Gets the name of the class.

Meta