Coconut Framework
beta
|
Root object. More...
#include <CNObject.h>
Public Attributes | |
unsigned long | referenceCount |
size_t | sizeOfObject |
struct CNResource * | resource |
struct CNObjectMethods * | methods |
Root object.
unsigned long CNObject::referenceCount |
Reference count of this object
Referenced by CNAllocateObject(), and CNRetainObject().
size_t CNObject::sizeOfObject |
Size of this object
Referenced by CNAllocateObject(), and CNSizeOfObject().
struct CNResource* CNObject::resource |
Resource of this object
Referenced by CNAllocateObject(), and CNResourceOfObject().
struct CNObjectMethods* CNObject::methods |
Methods for this object
Referenced by CNAllocateObject(), and CNMethodsOfObject().