This feature only makes sense if the user wants to traverse the tree in a
custom manner.
QConstBinarySearchTreeIterator GetParent(QConstBinarySearchTreeIterator) const;
QConstBinarySearchTreeIterator GetLeftChild(QConstBinarySearchTreeIterator)
const;
QConstBinarySearchTreeIterator GetRightChild(QConstBinarySearchTreeIterator)
const;
The returned iterator will point to the end position when there is nothing to
retrieve.
The input iterator cannot point to the end position.
Original issue reported on code.google.com by Lince3D@gmail.com on 15 Nov 2014 at 9:35
Original issue reported on code.google.com by
Lince3D@gmail.com
on 15 Nov 2014 at 9:35