EnumerateIterator()=default | juce::EnumerateIterator< Iter, Index > | |
EnumerateIterator(Iter iter) | juce::EnumerateIterator< Iter, Index > | inlineexplicit |
EnumerateIterator(Iter iter, Index ind) | juce::EnumerateIterator< Iter, Index > | inline |
operator!=(const EnumerateIterator< OtherIter, OtherInd > &other) const | juce::EnumerateIterator< Iter, Index > | inline |
operator*() const | juce::EnumerateIterator< Iter, Index > | inline |
operator+(EnumerateIterator iter, I ind) | juce::EnumerateIterator< Iter, Index > | friend |
operator+(I ind, EnumerateIterator iter) | juce::EnumerateIterator< Iter, Index > | friend |
operator++() | juce::EnumerateIterator< Iter, Index > | inline |
operator++(int) | juce::EnumerateIterator< Iter, Index > | inline |
operator+=(I diff) | juce::EnumerateIterator< Iter, Index > | inline |
operator-(const EnumerateIterator< OtherIter, OtherInd > &other) const | juce::EnumerateIterator< Iter, Index > | inline |
operator-(EnumerateIterator iter, I ind) | juce::EnumerateIterator< Iter, Index > | friend |
operator--() | juce::EnumerateIterator< Iter, Index > | inline |
operator--(int) | juce::EnumerateIterator< Iter, Index > | inline |
operator-=(I diff) | juce::EnumerateIterator< Iter, Index > | inline |
operator<(const EnumerateIterator< OtherIter, OtherInd > &other) const | juce::EnumerateIterator< Iter, Index > | inline |
operator<=(const EnumerateIterator< OtherIter, OtherInd > &other) const | juce::EnumerateIterator< Iter, Index > | inline |
operator==(const EnumerateIterator< OtherIter, OtherInd > &other) const | juce::EnumerateIterator< Iter, Index > | inline |
operator>(const EnumerateIterator< OtherIter, OtherInd > &other) const | juce::EnumerateIterator< Iter, Index > | inline |
operator>=(const EnumerateIterator< OtherIter, OtherInd > &other) const | juce::EnumerateIterator< Iter, Index > | inline |
operator[](I diff) const | juce::EnumerateIterator< Iter, Index > | inline |