next up previous contents
Next: GetDictionaryHistoryUpdate Up: Dictionary Access Methods Previous: GetDictionaryDescription

GetDictionaryHistoryVersion

NAME GetDictionaryHistoryVersion

PROTOTYPE

#include "CifBuilder.h"

char ** CifBuilder::GetDictionaryHistoryVersion(uWord & n);

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");

uWord numV = 0;
char ** versions = cb.GetDictionaryHistoryVersion(numV);
PURPOSE

GetDictionaryHistoryVersion returns an array of versions that are associated with the history of the current dictionary datablock (context).

RECEIVES

n a reference to a uWord to hold the number of versions

RETURN VALUE

Returns the versions as a char ** or NULL. The number of versions will be passed back via the argument.

REMARKS

See also: GetDictionaryHistoryUpdate
  GetDictionaryHistoryRevision



Olivera Tosic
6/13/2002