#include "CifBuilder.h"
char ** CifBuilder::GetDictionaryItemStructureListCode(uWord & n);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
uWord numS = 0;
char ** itemStructListCode =
cb.GetDictionaryItemStructureListCode(numS);
GetDictionaryItemStructureListCode returns an array of names of item structures in the current dictionary datablock (context).
n | a reference to a uWord to hold the number of item structures |
Returns the list of item structure names as a char ** or NULL. The number of item structures will be passed back via the argument.
See also: | GetDictionaryItemStructureListIndex |
---|---|
GetDictionaryItemStructureListDimension |