#include "CifBuilder.h"
void CifBuilder::GetAllDictionaries();
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.GetAllDictionaries();
GetAllDictionaries gets all of the dictionaries in the persistent storage file, all of their items, categories, and subcategories, and prints all of this out.
No Arguments |
None
For debugging |