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