TIBCO Adapter SDK C++ Reference
MTreeEnumerator Members
MTreeEnumerator | Legend
Members
Methods
Method Description
next Retrieve the next element in this tree.

• If there is no next element, for example because this is the end of the tree, this method returns NULL.

• If the next element is an MNode, this method returns a pointer to that MNode.

• If the next element is an MTree, this method returns a pointer to that MTree as an MNode.

To find out whether an MNode or an MTree was returned, call MNode::downCast() or MTree::downCast().

reset Restarts this enumerator so the next call to next() returns the first element of the MTree.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.