Next:
Nonmember Functions
Up:
The FARFALLA Programming Reference
Previous:
Using FARFALLA in
FARFALLA Reference
This section documents the subroutines that form the public interface to the FARFALLA package.
Nonmember Functions
void F_createTree(nodePtr)
void F_addChild(parentNodePtr,newNodePtr)
void F_getChild(parentNodePtr,nodeWantedPtr,int index)
void F_inputTree(topNodePtr,iostream&infile)
F_NodestarF_inputSubtree(F_NodestarparentPtr,iostream&infile)
Member Functions of Class F_Node
F_NodeTypereturnType()
int numChildren(F_NodeTypetypeWanted)
F_NodestargetChild(F_NodeTypetypeWanted, int index)
void addChild(F_NodestarnewNode);
void outputSubtree(iostream&outputFile)
void deleteChildrenOfType(F_NodeTypetypeWanted)
void deleteSubtree()
int numTypesChildren()
F_NodeTypechildType(int index)