OpenHRC
Loading...
Searching...
No Matches
Static Public Member Functions | Private Attributes | List of all members
Object Struct Reference
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

Base object class.

Definition at line 13 of file manual.c.

Member Function Documentation

◆ objRef()

static Object * objRef ( Object obj)
static

Increments object reference count by one.

◆ objUnref()

static Object * objUnref ( Object obj)
static

Decrements object reference count by one.

Member Data Documentation

◆ ref

int Object::ref
private

Reference count.

Definition at line 15 of file manual.c.


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