next up previous contents
Next: GetDictionaryCategoryGroupListDescription Up: Dictionary Access Methods Previous: GetDictionaryCategoryGroupList

GetDictionaryCategoryGroupListParents

NAME GetDictionaryCategoryGroupListParents

PROTOTYPE

#include "CifBuilder.h"

char ** CifBuilder::GetDictionaryCategoryGroupListParents(uWord & n);

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");

uWord numGroups = 0;
char ** CategoryGroupListParents = 
 cb.GetDictionaryCategoryGroupListParents(numGroups);
PURPOSE

GetDictionaryCategoryGroupListParents returns an array of char *, which is a list of the (optional) parents of the category groups in the current dictionary datablock (context).

RECEIVES

n a reference to a uWord to hold the number of category groups

RETURN VALUE

Returns the list of category group parent names as a char ** or NULL. The number of groups will be passed back via the argument.

REMARKS

See also: GetDictionaryCategoryGroupList
  GetDictionaryCategoryGroupListDescription



Olivera Tosic
6/13/2002