Searched refs:ImutAVLTreeInOrderIterator (Results 1 – 1 of 1) sorted by relevance
38 template <typename ImutInfo> class ImutAVLTreeInOrderIterator; variable48 using iterator = ImutAVLTreeInOrderIterator<ImutInfo>;761 class ImutAVLTreeInOrderIterator771 ImutAVLTreeInOrderIterator(const TreeTy* Root) : InternalItr(Root) { in ImutAVLTreeInOrderIterator() function776 ImutAVLTreeInOrderIterator() : InternalItr() {} in ImutAVLTreeInOrderIterator() function778 bool operator==(const ImutAVLTreeInOrderIterator &x) const {782 bool operator!=(const ImutAVLTreeInOrderIterator &x) const {789 ImutAVLTreeInOrderIterator &operator++() {797 ImutAVLTreeInOrderIterator &operator--() {