Manual inheritance and membership

Object type. More...

Inheritance diagram for Object:
Vehicle Car Truck

Static Public Member Functions

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

Private Attributes

int ref
 Reference count.

Detailed Description

Object type.

Base object class.

Member Function Documentation

◆ objRef()

Object * objRef ( Object * obj)
static

Increments object reference count by one.

◆ objUnref()

Object * objUnref ( Object * obj)
static

Decrements object reference count by one.


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