next up previous contents
Next: GetDictionaryMethodsListLanguage Up: Dictionary Access Methods Previous: GetDictionaryMethodsListInline

GetDictionaryMethodsListCode

NAME GetDictionaryMethodsListCode

PROTOTYPE

#include "CifBuilder.h"

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

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

uWord numMethods = 0;
char ** methodsListCode =
 cb.GetDictionaryMethodsListCode(numMethods);
PURPOSE

GetDictionaryMethodsListCode returns an array of char * that holds the descriptions of the functions 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 codes as a char ** or NULL. The number of methods will be passed back via the argument.

REMARKS

See also: GetDictionaryMethodsList
  GetDictionaryMethodsListDetail
  GetDictionaryMethodsListInline
  GetDictionaryMethodsListLanguage



Olivera Tosic
6/13/2002