next up previous contents
Next: Item Access Methods Up: General Methods Previous: GetDictionaryNames

CountDictionaries

NAME CountDictionaries

PROTOTYPE

#include "CifBuilder.h"

uWord CifBuilder::CountDictionaries();

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

cb.BuildDictionaryList();
uWord numDict = cb.CountDictionaries();
PURPOSE

CountDictionaries returns the number of dictionary names in the persistent storage file. This will be the number of names returned by GetDictionaryNames.

RECEIVES

No Arguments  

RETURN VALUE

Returns a uWord representing the number of dictionary datablocks in the persistent storage file.

REMARKS

See also: GetDictionaryNames



Olivera Tosic
6/13/2002