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

GetDictionaryItemTypeListConstruct

NAME GetDictionaryItemTypeListConstruct

PROTOTYPE

#include "CifBuilder.h"

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

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

uWord numC = 0;
char ** itemTypeListConstruct = 
 cb.GetDictionaryItemTypeListConstruct(numC);
PURPOSE

GetDictionaryItemTypeListConstruct returns a list of the constructs of the item 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 constructs as a char ** or NULL. The number of item data types will be passed back via the argument.

REMARKS

See also: GetDictionaryItemTypeListCode
  GetDictionaryItemTypeListPrimitiveCode
  GetDictionaryItemTypeListDetail



Olivera Tosic
6/13/2002