#include "CifBuilder.h"
char ** CifBuilder::GetDictionaryHistoryVersion(uWord & n);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
uWord numV = 0;
char ** versions = cb.GetDictionaryHistoryVersion(numV);
GetDictionaryHistoryVersion returns an array of versions that are associated with the history of the current dictionary datablock (context).
n | a reference to a uWord to hold the number of versions |
Returns the versions as a char ** or NULL. The number of versions will be passed back via the argument.
See also: | GetDictionaryHistoryUpdate |
---|---|
GetDictionaryHistoryRevision |