JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Array< ElementType, TypeOfCriticalSectionToUse > Member List
This is the complete list of members for Array< ElementType, TypeOfCriticalSectionToUse >, 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() noexceptArray< 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 noexceptArray< ElementType, TypeOfCriticalSectionToUse >
clear()Array< ElementType, TypeOfCriticalSectionToUse >
clearQuick()Array< ElementType, TypeOfCriticalSectionToUse >
contains(ParameterType elementToLookFor) const Array< ElementType, TypeOfCriticalSectionToUse >
end() const noexceptArray< ElementType, TypeOfCriticalSectionToUse >
ensureStorageAllocated(const int minNumElements)Array< ElementType, TypeOfCriticalSectionToUse >
getFirst() const Array< ElementType, TypeOfCriticalSectionToUse >
getLast() const Array< ElementType, TypeOfCriticalSectionToUse >
getLock() const noexceptArray< ElementType, TypeOfCriticalSectionToUse >
getRawDataPointer() noexceptArray< ElementType, TypeOfCriticalSectionToUse >
getReference(const int index) const noexceptArray< 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) noexceptArray< 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 typedefArray< ElementType, TypeOfCriticalSectionToUse >
set(const int indexToChange, ParameterType newValue)Array< ElementType, TypeOfCriticalSectionToUse >
setUnchecked(const int indexToChange, ParameterType newValue)Array< ElementType, TypeOfCriticalSectionToUse >
size() const noexceptArray< 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) noexceptArray< ElementType, TypeOfCriticalSectionToUse >
~Array()Array< ElementType, TypeOfCriticalSectionToUse >