next up previous contents
Next: GetDictionaryItemTypeListPrimitiveCode Up: Dictionary Access Methods Previous: GetDictionaryItemStructureListDimension

GetDictionaryItemTypeListCode

NAME GetDictionaryItemTypeListCode

PROTOTYPE

#include "CifBuilder.h"

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

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

uWord numT = 0;
char ** itemTypeListCode = 
 cb.GetDictionaryItemTypeListCode(numT);
PURPOSE

GetDictionaryItemTypeListCode returns a list of the data types in the current dictionary datablock (context).

RECEIVES

n a reference to a uWord to hold the number of item data types

RETURN VALUE

Returns the list of data types as a char ** or NULL. The number of item data types will be passed back via the argument.

REMARKS

See also: GetDictionaryItemTypeListPrimitiveCode
  GetDictionaryItemTypeListConstruct
  GetDictionaryItemTypeListDetail



Olivera Tosic
6/13/2002