next up previous contents
Next: CountDictionaries Up: General Methods Previous: SetContext

GetDictionaryNames

NAME GetDictionaryNames

PROTOTYPE

#include "CifBuilder.h"

char ** CifBuilder::GetDictionaryNames();

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

cb.BuildDictionaryList();
char ** dictNames = cb.GetDictionaryNames();
PURPOSE

GetDictionaryNames returns an array of the dictionary datablock names in the persistent storage file

RECEIVES

No Arguments  

RETURN VALUE

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

REMARKS

See also: CountDictionaries



Olivera Tosic
6/13/2002