Use these members to construct or destruct objects of the class.
![]() |
public:
IGMultiwayTreeCursor( IGMultiwayTree < numOfChildren, Element, ElementOps > const& )
Windows | OS/2 | AIX |
Yes | Yes | Yes |
protected:
IGMultiwayTreeCursor(ITreeCursorImpl*)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
virtual ~ITreeCursor()
void copy(ITreeCursor const&)
void invalidate()
bool isValid() const
bool operator !=(ITreeCursor const&) const
void operator =(ITreeCursor const&)
bool operator ==(ITreeCursor const&) const
bool setToChild(IPosition)
bool setToFirstExistingChild()
bool setToLastExistingChild()
bool setToNextExistingChild()
bool setToParent()
bool setToPreviousExistingChild()
bool setToRoot()
Element const& element() const
IGMultiwayTreeCursor < numOfChildren , Element , ElementOps >& operator =( IGMultiwayTreeCursor < numOfChildren, Element, ElementOps > const& )
IElementTreeCursor(Implementation*)
inline static Implementation& ImplOf(ITreeCursor const&)
ITreeCursor(Implementation*)
ITreeCursor(ITreeCursor const&)