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