addCopyOfList(const LinkedListPointer &other) | juce::LinkedListPointer< ObjectType > | inline |
append(ObjectType *const newItem) | juce::LinkedListPointer< ObjectType > | inline |
contains(const ObjectType *const itemToLookFor) const noexcept | juce::LinkedListPointer< ObjectType > | inline |
copyToArray(ObjectType **destArray) const noexcept | juce::LinkedListPointer< ObjectType > | inline |
deleteAll() | juce::LinkedListPointer< ObjectType > | inline |
findPointerTo(ObjectType *const itemToLookFor) noexcept | juce::LinkedListPointer< ObjectType > | inline |
get() const noexcept | juce::LinkedListPointer< ObjectType > | inline |
getLast() noexcept | juce::LinkedListPointer< ObjectType > | inline |
insertAtIndex(int index, ObjectType *newItem) | juce::LinkedListPointer< ObjectType > | inline |
insertNext(ObjectType *const newItem) | juce::LinkedListPointer< ObjectType > | inline |
item | juce::LinkedListPointer< ObjectType > | private |
LinkedListPointer() noexcept | juce::LinkedListPointer< ObjectType > | inline |
LinkedListPointer(ObjectType *const headItem) noexcept | juce::LinkedListPointer< ObjectType > | inlineexplicit |
LinkedListPointer(LinkedListPointer &&other) noexcept | juce::LinkedListPointer< ObjectType > | inline |
operator ObjectType *() const noexcept | juce::LinkedListPointer< ObjectType > | inline |
operator=(ObjectType *const newItem) noexcept | juce::LinkedListPointer< ObjectType > | inline |
operator=(LinkedListPointer &&other) noexcept | juce::LinkedListPointer< ObjectType > | inline |
operator[](int index) noexcept | juce::LinkedListPointer< ObjectType > | inline |
operator[](int index) const noexcept | juce::LinkedListPointer< ObjectType > | inline |
remove(ObjectType *const itemToRemove) | juce::LinkedListPointer< ObjectType > | inline |
removeNext() noexcept | juce::LinkedListPointer< ObjectType > | inline |
replaceNext(ObjectType *const newItem) noexcept | juce::LinkedListPointer< ObjectType > | inline |
size() const noexcept | juce::LinkedListPointer< ObjectType > | inline |
swapWith(LinkedListPointer &other) noexcept | juce::LinkedListPointer< ObjectType > | inline |