Bull DPX/20 User's Guide Page 340

  • Download
  • Add to my manuals
  • Print
  • Page
    / 424
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 339
1 2 ... 335 336 337 338 339 340 341 342 343 344 345 ... 423 424

Comments to this Manuals

No comments