Public Member Functions | Private Attributes | List of all members
Object Struct Reference
Inheritance diagram for Object:
Integer Vehicle Vehicle Car Car Truck Truck Car Car Truck Truck

Public Member Functions

static ObjectobjRef (Object *obj)
 
static ObjectobjUnref (Object *obj)
 

Private Attributes

int ref
 Reference count. More...
 

Detailed Description

Base object class.

Definition at line 13 of file manual.c.

Member Function Documentation

static Object * objRef ( Object obj)

Increments object reference count by one.

static Object * objUnref ( Object obj)

Decrements object reference count by one.

Member Data Documentation

int Object::ref
private

Reference count.

Definition at line 15 of file manual.c.


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