TIBCO Adapter SDK C++ Reference
|
Method | Description |
![]() |
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(). |
![]() | Restarts this enumerator so the next call to next() returns the first element of the MTree. |