RCSB PDB Protein Data Bank A Member of the wwPDB
An Information Portal to Biological Macromolecular Structures
PDB Home | Contact Us
next up previous contents
Next: GetDictionaryCategoryGroupList Up: Dictionary Access Methods Previous: GetDictionaryMethodsListCode

GetDictionaryMethodsListLanguage

NAME GetDictionaryMethodsListLanguage

PROTOTYPE

#include "CifBuilder.h"

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

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

uWord numMethods = 0;
char ** methodsListLanguage =
 cb.GetDictionaryMethodsListLanguage(numMethods);
PURPOSE

GetDictionaryMethodsListLanguage returns an array of char * that holds the languages with which the methods in the current dictionary datablock (context) were written.

RECEIVES

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

RETURN VALUE

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

REMARKS

See also: GetDictionaryMethodsList
  GetDictionaryMethodsListDetail
  GetDictionaryMethodsListInline
  GetDictionaryMethodsListCode



Olivera Tosic
6/13/2002

 

© RCSB PDB