add(const ElementType &newElement) noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
addArray(const ElementType *elementsToAdd, int numElementsToAdd) noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
addSet(const OtherSetType &setToAddFrom, int startIndex=0, int numElementsToAdd=-1) noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
begin() const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
clear() noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
clearQuick() noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
contains(const ElementType &elementToLookFor) const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
data | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | private |
end() const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
ensureStorageAllocated(const int minNumElements) | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
getFirst() const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
getLast() const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
getLock() const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
getReference(const int index) noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
getReference(const int index) const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
getUnchecked(const int index) const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
indexOf(const ElementType &elementToLookFor) const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
isEmpty() const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
minimiseStorageOverheads() noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
operator!=(const SortedSet< ElementType > &other) const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
operator=(const SortedSet &)=default | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | |
operator=(SortedSet &&) noexcept=default | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | |
operator==(const SortedSet< ElementType > &other) const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
operator[](const int index) const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
remove(const int indexToRemove) noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
removeValue(const ElementType &valueToRemove) noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
removeValuesIn(const OtherSetType &otherSet) noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
removeValuesNotIn(const OtherSetType &otherSet) noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
ScopedLockType typedef | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | |
size() const noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
SortedSet()=default | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | |
SortedSet(const SortedSet &)=default | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | |
SortedSet(SortedSet &&) noexcept=default | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | |
swapWith(OtherSetType &otherSet) noexcept | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | inline |
~SortedSet()=default | juce::SortedSet< ElementType, TypeOfCriticalSectionToUse > | |