#include "CifBuilder.h"
char ** CifBuilder::GetDictionaryNames();
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
char ** dictNames = cb.GetDictionaryNames();
GetDictionaryNames returns an array of the dictionary datablock names in the persistent storage file
No Arguments |
Returns an array of dictionary datablock names or a NULL value for failure. The number of names returned in the array can be retrieved by a call to CountDictionaries
See also: | CountDictionaries |
---|