IMultiwayTree

The default implementation of IMultiwayTree requires the following element functions:

Element Type


IMultiwayTree - Member Functions and Data by Group

Constructors & Destructor

Use these members to construct or destruct objects of the class.


[view class]
IMultiwayTree
Constructs a multiway tree object.


Overload 1
public:
IMultiwayTree()
Constructs a tree. The tree is initially empty; that is, it does not contain any nodes.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
protected:
IMultiwayTree(PureImplementation&)
Constructs a tree by copying all elements from the given tree.

Exception

IOutOfMemory

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IMultiwayTree - Type Definitions


[view class]
Guard
typedef ITreeCollectionGuard < Element > Guard
This member cannot be accessed.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
Self
typedef IMultiwayTree < numOfChildren , Element > Self
This member cannot be accessed.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IMultiwayTree - Inherited Member Functions and Data

Inherited Public Functions

IATree
IAMultiwayTree
IGMultiwayTree

Inherited Public Data

Inherited Protected Functions

IATreeBase
IAMultiwayTree
IATree
IGMultiwayTree

Inherited Protected Data