JUCE  v5.1.1-3-g1a0b28c73
JUCE API
LinkedListPointer< ObjectType > Member List

This is the complete list of members for LinkedListPointer< ObjectType >, including all inherited members.

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