TIBCO Adapter SDK C++ Reference
MTreeEnumerator
Class Hierarchy | C++ Classes and Methods | Members | Methods
Each instance of the MTreeEnumerator class iterates over the elements of an MTree instance. Each call to the next() method produces the next element of the tree. The iteration only looks at nodes at the current level, it is not recursive.

Applications create new enumerators by calling MTree::newEnumerator(). Each MTreeEnumerator is associated with the MTree that created it.

Remarks
The MTree class uses the MTreeEnumerator class to iterate through its nodes.

This is a private class; applications can use it but not change it.

Declaration
class MTreeEnumerator;
Class Hierarchy
MTreeEnumerator
File
MTree.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.