JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::LinkedListPointer< ObjectType > Member List

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

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