next up previous contents
Next: GetDictionaryMethodsListCode Up: Dictionary Access Methods Previous: GetDictionaryMethodsListDetail

GetDictionaryMethodsListInline

NAME GetDictionaryMethodsListInline

PROTOTYPE

#include "CifBuilder.h"

char ** CifBuilder::GetDictionaryMethodsListInline(uWord & n);

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

cb.BuildDictionaryListInline();
cb.SetContext("cifdic.m96");

uWord numMethods = 0;
char ** methodsListInline =
 cb.GetDictionaryMethodsListInline(numMethods);
PURPOSE

GetDictionaryMethodsListInline returns an array of char * that holds the inline code of the methods in the current dictionary datablock (context).

RECEIVES

n a reference to a uWord to hold the number of methods

RETURN VALUE

Returns the inline code as a char ** or NULL. The number of methods will be passed back via the argument.

REMARKS

See also: GetDictionaryMethodsList
  GetDictionaryMethodsListDetail
  GetDictionaryMethodsListCode
  GetDictionaryMethodsListLanguage



Olivera Tosic
6/13/2002