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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 339
3-34
SOMobjects Base Toolkit Programmers Reference Manual
Example
Here is a code fragment written in C that uses the lookup_modifier method:
#include <repostry.h>
...
Repository repo;
Environment *ev;
RepositoryId objectId;
string filestem;i
...
repo = RepositoryNew ();
filestem = Repository_lookup_modifier (repo, ev, objectId,
”filestem”);
if (filestem) {
printf
(”The %s object’s filestem modifier has the value
\”%s\”\n”,
objectId, filestem);
SOMFree (filestem);
} else
printf (”No filestem modifier could be found for %s\n”,
objectId);
Original Class
Repository
Related Information
Methods: lookup_id, lookup_name
Przeglądanie stron 339
1 2 ... 335 336 337 338 339 340 341 342 343 344 345 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag