LMMS
Loading...
Searching...
No Matches
water::LinkedListPointer< ObjectType > Member List

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

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