Coconut Framework  beta
Public Attributes | List of all members
CNObject Struct Reference

Root object. More...

#include <CNObject.h>

Public Attributes

unsigned long referenceCount
 
size_t sizeOfObject
 
struct CNResource * resource
 
struct CNObjectMethodsmethods
 

Detailed Description

Root object.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: