#include "CifBuilder.h"
int CifBuilder::BuildDictionaryList();
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
BuildDictionaryList is used to build the index used in reconstructing dictionary datablock objects from the persistent store. This method must be called before any other methods that retrieve data from the persistent storage file.
No Arguments |
Returns an integer error code, with NO_ERROR upon success and a negative value for failure
None |