TIBCO Adapter SDK C++ Reference
MTreeEnumerator::reset
MTreeEnumerator
Restarts this enumerator so the next call to next() returns the first element of the MTree.
Remarks
The reset() method restarts an enumerator so the next call returns the first node in the tree.

There is no guarantee that reset() always returns to the same node. However, if an application calls MTreeEnumerator::reset() and then iterates through all nodes, all nodes are guaranteed to be found.

Declaration
void reset(void);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.