RCSB PDB Protein Data Bank A Member of the wwPDB
An Information Portal to Biological Macromolecular Structures
PDB Home | Contact Us
next up previous contents
Next: GetDictionaryHistoryRevision Up: Dictionary Access Methods Previous: GetDictionaryHistoryVersion

GetDictionaryHistoryUpdate

NAME GetDictionaryHistoryUpdate

PROTOTYPE

#include "CifBuilder.h"

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

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

uWord numU = 0;
char ** updates = cb.GetDictionaryHistoryUpdate(numU);
PURPOSE

GetDictionaryHistoryUpdate returns an array of dates on which the history revisions of the current dictionary datablock (context) were made.

RECEIVES

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

RETURN VALUE

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

REMARKS

See also: GetDictionaryHistoryVersion
  GetDictionaryHistoryRevision



Olivera Tosic
6/13/2002

 

© RCSB PDB