Logo Data Structures and Algorithms with Object-Oriented Design Patterns in C++
next up previous contents index

Member Functions

Like the GeneralTree, the NaryTree class is derived from the Tree base class. Its interface comprises all of the public interfaces which are common to trees and containers. In addition the inherited functions, the following four additional member functions are defined: AttachKey, DetachKey, AttachSubtree and DetachSubtree.


next up previous contents index

Bruno Copyright © 1997 by Bruno R. Preiss, P.Eng. All rights reserved.