LMMS
Loading...
Searching...
No Matches
Array< ElementType, minimumAllocatedSize > Member List

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

add(const ElementType &newElement) noexceptArray< ElementType, minimumAllocatedSize >inline
addArray(const Type *elementsToAdd, int numElementsToAdd)Array< ElementType, minimumAllocatedSize >inline
addArray(const OtherArrayType &arrayToAddFrom, int startIndex=0, int numElementsToAdd=-1)Array< ElementType, minimumAllocatedSize >inline
addIfNotAlreadyThere(ParameterType newElement)Array< ElementType, minimumAllocatedSize >inline
addNullTerminatedArray(const Type *const *elementsToAdd)Array< ElementType, minimumAllocatedSize >inline
addSorted(ElementComparator &comparator, ParameterType newElement)Array< ElementType, minimumAllocatedSize >inline
addUsingDefaultSort(ParameterType newElement)Array< ElementType, minimumAllocatedSize >inline
Array() noexceptArray< ElementType, minimumAllocatedSize >inline
Array(const Array< ElementType > &other) noexceptArray< ElementType, minimumAllocatedSize >inline
Array(const TypeToCreateFrom *values) noexceptArray< ElementType, minimumAllocatedSize >inlineexplicit
Array(const TypeToCreateFrom *values, int numValues) noexceptArray< ElementType, minimumAllocatedSize >inline
begin() const noexceptArray< ElementType, minimumAllocatedSize >inline
clear() noexceptArray< ElementType, minimumAllocatedSize >inline
clearQuick() noexceptArray< ElementType, minimumAllocatedSize >inline
contains(ParameterType elementToLookFor) constArray< ElementType, minimumAllocatedSize >inline
dataArray< ElementType, minimumAllocatedSize >private
deleteAllElements() noexceptArray< ElementType, minimumAllocatedSize >inlineprivate
end() const noexceptArray< ElementType, minimumAllocatedSize >inline
ensureStorageAllocated(const int minNumElements) noexceptArray< ElementType, minimumAllocatedSize >inline
getFirst() constArray< ElementType, minimumAllocatedSize >inline
getLast() constArray< ElementType, minimumAllocatedSize >inline
getRawDataPointer() noexceptArray< ElementType, minimumAllocatedSize >inline
getReference(const int index) const noexceptArray< ElementType, minimumAllocatedSize >inline
getUnchecked(const int index) constArray< ElementType, minimumAllocatedSize >inline
indexOf(ParameterType elementToLookFor) constArray< ElementType, minimumAllocatedSize >inline
indexOfSorted(ElementComparator &comparator, TargetValueType elementToLookFor) constArray< ElementType, minimumAllocatedSize >inline
insert(int indexToInsertAt, ParameterType newElement) noexceptArray< ElementType, minimumAllocatedSize >inline
insertMultiple(int indexToInsertAt, ParameterType newElement, int numberOfTimesToInsertIt)Array< ElementType, minimumAllocatedSize >inline
isEmpty() const noexceptArray< ElementType, minimumAllocatedSize >inline
minimiseStorageAfterRemoval()Array< ElementType, minimumAllocatedSize >inlineprivate
minimiseStorageOverheads() noexceptArray< ElementType, minimumAllocatedSize >inline
numUsedArray< ElementType, minimumAllocatedSize >private
operator!=(const OtherArrayType &other) constArray< ElementType, minimumAllocatedSize >inline
operator=(const Array &other) noexceptArray< ElementType, minimumAllocatedSize >inline
operator==(const OtherArrayType &other) constArray< ElementType, minimumAllocatedSize >inline
operator[](const int index) constArray< ElementType, minimumAllocatedSize >inline
PARAMETER_TYPE(ElementType) ParameterTypeArray< ElementType, minimumAllocatedSize >private
remove(int indexToRemove)Array< ElementType, minimumAllocatedSize >inline
remove(const ElementType *elementToRemove)Array< ElementType, minimumAllocatedSize >inline
removeAllInstancesOf(ParameterType valueToRemove)Array< ElementType, minimumAllocatedSize >inline
removeAndReturn(const int indexToRemove)Array< ElementType, minimumAllocatedSize >inline
removeFirstMatchingValue(ParameterType valueToRemove)Array< ElementType, minimumAllocatedSize >inline
removeIf(PredicateType predicate)Array< ElementType, minimumAllocatedSize >inline
removeInternal(const int indexToRemove)Array< ElementType, minimumAllocatedSize >inlineprivate
removeLast(int howManyToRemove=1)Array< ElementType, minimumAllocatedSize >inline
removeRange(int startIndex, int numberToRemove)Array< ElementType, minimumAllocatedSize >inline
removeValuesIn(const OtherArrayType &otherArray)Array< ElementType, minimumAllocatedSize >inline
removeValuesNotIn(const OtherArrayType &otherArray)Array< ElementType, minimumAllocatedSize >inline
resize(const int targetNumItems)Array< ElementType, minimumAllocatedSize >inline
set(const int indexToChange, ParameterType newValue)Array< ElementType, minimumAllocatedSize >inline
setUnchecked(const int indexToChange, ParameterType newValue)Array< ElementType, minimumAllocatedSize >inline
size() const noexceptArray< ElementType, minimumAllocatedSize >inline
sort()Array< ElementType, minimumAllocatedSize >inline
sort(ElementComparator &comparator, const bool retainOrderOfEquivalentItems=false)Array< ElementType, minimumAllocatedSize >inline
swap(const int index1, const int index2)Array< ElementType, minimumAllocatedSize >inline
swapWith(OtherArrayType &otherArray) noexceptArray< ElementType, minimumAllocatedSize >inline
~Array() noexceptArray< ElementType, minimumAllocatedSize >inline