openshot-audio  0.1.5
juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize > Member List

This is the complete list of members for juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >, including all inherited members.

add(const ElementType &newElement)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
addArray(const Type *elementsToAdd, int numElementsToAdd)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
addArray(const OtherArrayType &arrayToAddFrom, int startIndex=0, 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() noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
Array(const Array< ElementType, TypeOfCriticalSectionToUse > &other)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
Array(const TypeToCreateFrom *values)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inlineexplicit
Array(const TypeToCreateFrom *values, int numValues)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
begin() const noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
clear()juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
clearQuick()juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
contains(ParameterType elementToLookFor) constjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
deleteAllElements() noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
end() const noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
ensureStorageAllocated(const int minNumElements)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
getFirst() constjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
getLast() constjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
getLock() const noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
getRawDataPointer() noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
getReference(const int index) const noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
getUnchecked(const int index) constjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
indexOf(ParameterType elementToLookFor) constjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
indexOfSorted(ElementComparator &comparator, TargetValueType elementToLookFor) constjuce::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
minimiseStorageAfterRemoval()juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
minimiseStorageOverheads()juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
move(const int currentIndex, int newIndex) noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
numUsedjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >
operator!=(const OtherArrayType &other) constjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
operator=(const Array &other)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
operator==(const OtherArrayType &other) constjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
operator[](const int index) constjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
remove(const int indexToRemove)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
removeAllInstancesOf(ParameterType valueToRemove)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
removeFirstMatchingValue(ParameterType valueToRemove)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
removeInternal(const int indexToRemove)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
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(const int targetNumItems)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
ScopedLockType typedefjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >
set(const int indexToChange, ParameterType newValue)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
setUnchecked(const int indexToChange, ParameterType newValue)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
size() const noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
sort(ElementComparator &comparator, const bool retainOrderOfEquivalentItems=false) constjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
swap(const int index1, const int index2)juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
swapWith(OtherArrayType &otherArray) noexceptjuce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline
~Array()juce::Array< ElementType, TypeOfCriticalSectionToUse, minimumAllocatedSize >inline