next up previous contents
Next: References Up: Debugging Methods Previous: Debugging Methods

GetAllDictionaries

NAME GetAllDictionaries

PROTOTYPE

#include "CifBuilder.h"

void CifBuilder::GetAllDictionaries();

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

cb.BuildDictionaryList();

cb.GetAllDictionaries();
PURPOSE

GetAllDictionaries gets all of the dictionaries in the persistent storage file, all of their items, categories, and subcategories, and prints all of this out.

RECEIVES

No Arguments  

RETURN VALUE

None

REMARKS

For debugging



Olivera Tosic
6/13/2002