#include "CifBuilder.h"
uWord CifBuilder::CountDictionaries();
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
uWord numDict = cb.CountDictionaries();
CountDictionaries returns the number of dictionary names in the persistent storage file. This will be the number of names returned by GetDictionaryNames.
No Arguments |
Returns a uWord representing the number of dictionary datablocks in the persistent storage file.
See also: | GetDictionaryNames |
---|