#include "CifBuilder.h"
char ** CifBuilder::GetDictionaryItemTypeListDetail(uWord & n);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
uWord numD = 0;
char ** itemTypeListDetail =
cb.GetDictionaryItemTypeListDetail(numD);
GetDictionaryItemTypeListDetail returns a list of the descriptions of the item data types in the current dictionary datablock (context).
n | a reference to a uWord to hold the number of item data types |
Returns the list of descriptions as a char ** or NULL. The number of item data types will be passed back via the argument.
See also: | GetDictionaryItemTypeListCode |
---|---|
GetDictionaryItemTypeListPrimitiveCode | |
GetDictionaryItemTypeListConstruct |