#include "CifBuilder.h"
char * CifBuilder::GetDictionaryVersion();
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
char * version = cb.GetDictionaryVersion();
GetDictionaryVersion returns the version of the current dictionary datablock (context).
No Arguments |
Returns the version of the dictionary datablock as a char * or NULL.
None |