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

GetDictionaryHistoryRevision

NAME GetDictionaryHistoryRevision

PROTOTYPE

#include "CifBuilder.h"

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

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

uWord numRev = 0;
char ** revisions = cb.GetDictionaryHistoryRevision(numRev);
PURPOSE

GetDictionaryHistoryRevision returns an array of history revisions of the current dictionary datablock (context).

RECEIVES

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

RETURN VALUE

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

REMARKS

See also: GetDictionaryHistoryUpdate
  GetDictionaryHistoryVersion



Olivera Tosic
6/13/2002