| add(const ElementType &newElement) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| add(ElementType &&newElement) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| addArray(const Type *elementsToAdd, int numElementsToAdd) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| addArray(const std::initializer_list< TypeToCreateFrom > &items) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| addArray(const OtherArrayType &arrayToAddFrom, int startIndex=0, int numElementsToAdd=-1) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| addIfNotAlreadyThere(ParameterType newElement) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| addNullTerminatedArray(const Type *const *elementsToAdd) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| addSorted(ElementComparator &comparator, ParameterType newElement) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| addUsingDefaultSort(ParameterType newElement) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| Array() noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| Array(const Array< ElementType, TypeOfCriticalSectionToUse > &other) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| Array(Array< ElementType, TypeOfCriticalSectionToUse > &&other) noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| Array(const TypeToCreateFrom *values) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | explicit |
| Array(const TypeToCreateFrom *values, int numValues) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| Array(const std::initializer_list< TypeToCreateFrom > &items) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| begin() const noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| clear() | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| clearQuick() | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| contains(ParameterType elementToLookFor) const | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| end() const noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| ensureStorageAllocated(const int minNumElements) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| getFirst() const | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| getLast() const | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| getLock() const noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| getRawDataPointer() noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| getReference(const int index) const noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| getUnchecked(const int index) const | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| indexOf(ParameterType elementToLookFor) const | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| indexOfSorted(ElementComparator &comparator, TargetValueType elementToLookFor) const | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| insert(int indexToInsertAt, ParameterType newElement) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| insertArray(int indexToInsertAt, const ElementType *newElements, int numberOfElements) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| insertMultiple(int indexToInsertAt, ParameterType newElement, int numberOfTimesToInsertIt) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| isEmpty() const noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| minimiseStorageOverheads() | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| move(const int currentIndex, int newIndex) noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| operator!=(const OtherArrayType &other) const | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| operator=(const Array &other) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| operator=(Array &&other) noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| operator==(const OtherArrayType &other) const | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| operator[](const int index) const | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| remove(const int indexToRemove) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| remove(const ElementType *elementToRemove) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| removeAllInstancesOf(ParameterType valueToRemove) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| removeFirstMatchingValue(ParameterType valueToRemove) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| removeLast(int howManyToRemove=1) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| removeRange(int startIndex, int numberToRemove) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| removeValuesIn(const OtherArrayType &otherArray) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| removeValuesNotIn(const OtherArrayType &otherArray) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| resize(const int targetNumItems) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| ScopedLockType typedef | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| set(const int indexToChange, ParameterType newValue) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| setUnchecked(const int indexToChange, ParameterType newValue) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| size() const noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| sort() | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| sort(ElementComparator &comparator, const bool retainOrderOfEquivalentItems=false) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| swap(const int index1, const int index2) | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| swapWith(OtherArrayType &otherArray) noexcept | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |
| ~Array() | Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > | |