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