Searched refs:ImutAVLTreeInOrderIterator (Results 1 – 1 of 1) sorted by relevance
39 template <typename ImutInfo> class ImutAVLTreeInOrderIterator; variable49 using iterator = ImutAVLTreeInOrderIterator<ImutInfo>;755 template <typename ImutInfo> class ImutAVLTreeInOrderIterator {769 ImutAVLTreeInOrderIterator(const TreeTy* Root) : InternalItr(Root) {774 ImutAVLTreeInOrderIterator() : InternalItr() {}776 bool operator==(const ImutAVLTreeInOrderIterator &x) const {780 bool operator!=(const ImutAVLTreeInOrderIterator &x) const {787 ImutAVLTreeInOrderIterator &operator++() {795 ImutAVLTreeInOrderIterator &operator--() {