MyRCClass

Undocumented in source.

Constructors

this
this(int secret)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

getSecret
int getSecret()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From NuRefCounted

refs
uint refs [@property getter]

The current reference count of the object.

retain
NuRefCounted retain()

Retains a reference to a valid object.

release
NuRefCounted release()

Releases a reference from a valid object.

autorelease
NuRefCounted autorelease()

Pushes this refcounted object to the topmost auto release pool.

isValid
bool isValid()

Returns whether this object is valid.

Meta