Bull DPX/20 Podręcznik Użytkownika Strona 145

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag