Bull DPX/20 Uživatelská příručka Strana 215

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 424
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 214
1 2 ... 210 211 212 213 214 215 216 217 218 219 220 ... 423 424

Komentáře k této Příručce

Žádné komentáře