1-126 SOMobjects Base Toolkit: Programmer’s Reference Manual
SOMObject Class
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 more information.
File Stem
somobj
Base
None
Metaclass
SOMClass
Ancestor Classes
None
New Methods
Group: Initialization/Termination
somFree
somDefaultInit
somDestruct
somInit
somUninit
Group: Access
somGetClass
somGetClassName
somGetSize
Group: Testing
somIsA
somIsInstanceOf
somRespondsTo
Komentarze do niniejszej Instrukcji