SOMObject

File stem: somobj

Base

None.

Metaclass

SOMClass

Ancestor Classes None

Description

SOMObject is the root class for all SOM classes. That is, all SOM classes must be subclasses of SOMObject or of some other class derived from SOMObject. SOMObject introduces no instance data, so objects whose classes inherit from SOMObject incur no size increase. They do inherit a suite of methods that provide the behavior required of all SOM objects. Three of these methods are typically overridden by any subclass that has instance data- somDefaultInit, somDestruct, and somDumpSelfInt. See the descriptions of these methods for further information.

New methods

The following list shows all the SOMObject methods.

Group: Initialization/Termination:

Group: Access: