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