Bull DPX/20 Guia do Utilizador Página 340

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 424
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 339
1 2 ... 335 336 337 338 339 340 341 342 343 344 345 ... 423 424

Comentários a estes Manuais

Sem comentários