Use these members to construct or destruct objects of the class.
![]() |
protected:
IElementTreeCursor(Implementation*)
Windows | OS/2 | AIX |
Yes | Yes | Yes |
Use these members to execute miscellaneous functions.
![]() |
public:
Element const& element() const
Preconditions The cursor must point to a node of the associated tree.
Exception ICursorInvalidException
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()
inline static Implementation& ImplOf(ITreeCursor const&)
ITreeCursor(ITreeCursor const&)
ITreeCursor(Implementation*)