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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 214
2-47
DSOM Framework Reference
remove_class_from_all Method
Purpose
Removes the association of a particular class from all servers.
Syntax
void remove_class_from_all (in string className);
Description
The remove_class_from_all method removes the className from all of the
ImplementationDefs.
Parameters
receiver A pointer to an object of class ImplRepository.
ev A pointer to the Environment structure for the calling method.
className A string whose value is the class name of interest.
Example
#include <somd.h>
Environment ev;
...
remove_class_from_all(SOMD_ImplRepObject, &ev, ”Stack”);
Original Class
ImplRepository
Przeglądanie stron 214
1 2 ... 210 211 212 213 214 215 216 217 218 219 220 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag