Bull DPX/20 Betriebsanweisung Seite 145

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 424
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 144
SOM Kernel Reference 1-133
Parameters
receiver A pointer to an object.
dofree A boolean indicating whether the caller wants the object storage freed after
uninitialization of the current class has been completed. Passing 1 (true)
indicates the object storage should be freed.
ctrl A pointer to a somDestructCtrl data structure. SOMobjects uses this data
structure to control the uninitialization of the ancestor classes, thereby
ensuring that no ancestor class receives multiple uninitialization calls. If a
user invokes somDestruct on an object directly, a NULL (that is, zero) ctrl
pointer can be passed. This instructs the receiving code to obtain a
somDestructCtrl data structure from the class of the object.
Example
// SOM IDL
#include <Animal.idl>
interface Dog : Animal
{
implementation {
releaseorder: ;
somDestruct: override;
};
};
Original Class
SOMObject
Related Information
Methods: somDefaultInit
Seitenansicht 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 423 424

Kommentare zu diesen Handbüchern

Keine Kommentare