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