| difference_type typedef | generic_iterator< Policy > | |
| generic_iterator()=default | generic_iterator< Policy > | |
| generic_iterator(handle seq, ssize_t index) | generic_iterator< Policy > | inline |
| It typedef | generic_iterator< Policy > | private |
| iterator_category typedef | generic_iterator< Policy > | |
| operator!=(const It &a, const It &b) | generic_iterator< Policy > | friend |
| operator*() const | generic_iterator< Policy > | inline |
| operator+(const It &a, difference_type n) | generic_iterator< Policy > | friend |
| operator+(difference_type n, const It &b) | generic_iterator< Policy > | friend |
| operator++() | generic_iterator< Policy > | inline |
| operator++(int) | generic_iterator< Policy > | inline |
| operator+=(difference_type n) | generic_iterator< Policy > | inline |
| operator-(const It &a, difference_type n) | generic_iterator< Policy > | friend |
| operator-(const It &a, const It &b) | generic_iterator< Policy > | friend |
| operator--() | generic_iterator< Policy > | inline |
| operator--(int) | generic_iterator< Policy > | inline |
| operator-=(difference_type n) | generic_iterator< Policy > | inline |
| operator->() const | generic_iterator< Policy > | inline |
| operator<(const It &a, const It &b) | generic_iterator< Policy > | friend |
| operator<=(const It &a, const It &b) | generic_iterator< Policy > | friend |
| operator==(const It &a, const It &b) | generic_iterator< Policy > | friend |
| operator>(const It &a, const It &b) | generic_iterator< Policy > | friend |
| operator>=(const It &a, const It &b) | generic_iterator< Policy > | friend |
| operator[](difference_type n) const | generic_iterator< Policy > | inline |
| pointer typedef | generic_iterator< Policy > | |
| reference typedef | generic_iterator< Policy > | |
| value_type typedef | generic_iterator< Policy > | |