Next: void outputSubtree(iostream&outputFile) Up: Member Functions of Previous: F_NodestargetChild(F_NodeTypetypeWantedint index)

void addChild(F_NodestarnewNode);

You may notice an addChild() function in F_Node.h. However, users should generally not call this routine - it would require them to do some of the memory management normally done by the FARFALLA package. Instead, users should use the nonmember function F_addChild() documented in Section .


walter@
Wed Aug 10 11:53:26 PDT 1994