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