Previous topic

Generic Object System

Next topic

SObjectClass Structure

SObject StructureΒΆ

speect object SObject

The base object structure, it provides an interface to a generic data type.

It can encapsulate any other object, thereby providing abstraction. All objects that want to work with the Speect Generic Object System must have this object in their inheritance hierarchy.

const SObjectClass *cls

Pointer to the class of this object.

uint32 ref

Reference count.