upromised.memory

Undocumented in source.

Members

Functions

gcrelease
void gcrelease(T a)

Remarks: We need to retain the memory while an object is in the C world

gcretain
void gcretain(T a)

Remarks: We need to retain the memory while an object is in the C world

getSelf
T getSelf(Y* a)

Gets the object of type T which has an attribute of type Y using the attribute pointer

Meta