JX Application Framework
|
This is the complete list of members for JPtrArray< T >, including all inherited members.
AllocateCArray() const | JArray< T * > | |
Append(T *dataPtr) | JPtrArray< T > | |
Append(const T &data) | JPtrArray< T > | |
AppendItem(const T * &data) override | JArray< T * > | virtual |
begin() const | JArray< T * > | inline |
Broadcast(const T &message) | JBroadcaster | inlineprotected |
BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
CleanOut() | JPtrArray< T > | |
ClearCompareFunction() | JList< T > | |
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
CopyCompareFunction(const JList< T > &source) | JList< T > | |
CopyObjects(const JPtrArray< T > &source, const JPtrArrayT::CleanUpAction action, const bool append) | JPtrArray< T > | |
CopyPointers(const JPtrArray< T > &source, const JPtrArrayT::CleanUpAction action, const bool append) | JPtrArray< T > | |
DeleteAll() | JPtrArray< T > | |
DeleteAllAsArrays() | JPtrArray< T > | |
DeleteItem(const JIndex index) | JPtrArray< T > | |
DeleteItemAsArray(const JIndex index) | JPtrArray< T > | |
end() const | JArray< T * > | inline |
Find(const T *dataPtr, JIndex *itemIndex) const | JPtrArray< T > | |
GetBlockSize() const | JArray< T * > | |
GetCArray() const | JArray< T * > | |
GetCleanUpAction() const | JPtrArray< T > | |
GetCompareFunction() const | JList< T > | protected |
GetFirstItem() const override | JArray< T * > | virtual |
GetIndexFromEnd(const JIndex index) const | JCollection | |
GetInsertionSortIndex(const T * &data, bool *isDuplicate=nullptr) const | JArray< T * > | |
GetItem(const JIndex index) const | JArray< T * > | |
GetItemCount() const | JCollection | inline |
GetItemFromEnd(const JIndex index) const | JArray< T * > | |
GetLastItem() const override | JArray< T * > | virtual |
GetRecipientCount() const | JBroadcaster | |
GetSenderCount() const | JBroadcaster | |
GetSortOrder() const | JList< T > | |
HasRecipients() const | JBroadcaster | |
HasSenders() const | JBroadcaster | |
Includes(const T *dataPtr) const | JPtrArray< T > | |
IndexValid(const JIndex index) const | JCollection | inline |
InsertAfter(const T *afterPtr, T *dataPtr) | JPtrArray< T > | |
InsertAfter(const T *afterPtr, const T &data) | JPtrArray< T > | |
InsertAtIndex(const JIndex index, T *dataPtr) | JPtrArray< T > | |
InsertAtIndex(const JIndex index, const T &data) | JPtrArray< T > | |
InsertBefore(const T *beforePtr, T *dataPtr) | JPtrArray< T > | |
InsertBefore(const T *beforePtr, const T &data) | JPtrArray< T > | |
InsertItemAtIndex(const JIndex index, const T * &data) | JArray< T * > | |
InsertSorted(const T * &data, const bool insertIfDuplicate=true, JIndex *index=nullptr) | JArray< T * > | |
IsEmpty() const | JCollection | inline |
IsSorted() const | JList< T > | |
ItemAdded() | JCollection | inlineprotected |
ItemRemoved() | JCollection | protected |
JArray(const JSize blockSize=10) | JArray< T * > | |
JArray(const JArray< T * > &source) | JArray< T * > | |
JArray(JArray< T * > &&dyingSource) noexcept | JArray< T * > | |
JBroadcaster() | JBroadcaster | |
JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
JCollection() | JCollection | |
JCollection(const JCollection &source) | JCollection | |
JList() | JList< T > | |
JList(const JList< T > &source) | JList< T > | |
JPtrArray(const JPtrArrayT::CleanUpAction action, const JSize aBlockSize=10) | JPtrArray< T > | |
JPtrArray(const JPtrArray< T > &source, const JPtrArrayT::CleanUpAction action) | JPtrArray< T > | |
JPtrArray(JPtrArray< T > &&dyingSource) noexcept | JPtrArray< T > | |
ListAssigned(const JList< T > &source) | JList< T > | protected |
ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
MoveItemToIndex(const JIndex currentIndex, const JIndex newIndex) | JArray< T * > | |
MoveItemToIndex(const JListT::ItemMoved &info) | JArray< T * > | |
NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0) override | JArray< T * > | virtual |
NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0) const override | JArray< T * > | virtual |
NotifyIterators(const JBroadcaster::Message &message) | JList< T > | protected |
operator const T * *() const | JArray< T * > | explicit |
JArray< T * >::operator=(const JArray< T * > &source) | JArray< T * > | |
JCollection::operator=(const JCollection &source) | JCollection | |
JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
Prepend(T *dataPtr) | JPtrArray< T > | |
Prepend(const T &data) | JPtrArray< T > | |
PrependItem(const T * &data) override | JArray< T * > | virtual |
ProtectedGetItem(const JIndex index) const | JArray< T * > | protected |
Receive(JBroadcaster *sender, const Message &message) | JBroadcaster | protectedvirtual |
ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
Remove(const T *dataPtr) | JPtrArray< T > | |
RemoveAll() override | JArray< T * > | virtual |
RemoveItem(const JIndex index) | JArray< T * > | |
RemoveItems(const JIndexRange &range) | JArray< T * > | |
RemoveItems(const JListT::ItemsRemoved &info) | JArray< T * > | |
RemoveNextItems(const JIndex firstIndex, const JSize count) | JArray< T * > | |
RemovePrevItems(const JIndex lastIndex, const JSize count) | JArray< T * > | |
SearchSorted(const T * &target, const JListT::SearchReturn which, JIndex *index) const | JArray< T * > | |
SearchSortedOTI(const T * &target, const JListT::SearchReturn which, bool *found) const | JArray< T * > | |
Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
SetBlockSize(const JSize newBlockSize) | JArray< T * > | |
SetCleanUpAction(const JPtrArrayT::CleanUpAction action) | JPtrArray< T > | |
SetCompareFunction(const std::function< std::weak_ordering(const T &, const T &)> compareFn) | JList< T > | |
SetItem(const JIndex index, T *dataPtr, const JPtrArrayT::SetAction action) | JPtrArray< T > | |
SetItem(const JIndex index, const T &data, const JPtrArrayT::SetAction action) | JPtrArray< T > | |
JArray< T * >::SetItem(const JIndex index, const T * &data) | JArray< T * > | |
SetItemCount(const JSize newItemCount) | JCollection | inlineprotected |
SetItemFromEnd(const JIndex index, const T * &data) | JArray< T * > | |
SetSortOrder(const JListT::SortOrder order) | JList< T > | |
SetToNull(const JIndex index, const JPtrArrayT::SetAction action) | JPtrArray< T > | |
Sort() | JArray< T * > | |
StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
SwapItems(const JIndex index1, const JIndex index2) | JArray< T * > | |
SwapItems(const JListT::ItemsSwapped &info) | JArray< T * > | |
ToString() const override | JCollection | virtual |
~JArray() override | JArray< T * > | |
~JBroadcaster() | JBroadcaster | virtual |
~JCollection() override | JCollection | |
~JList() override | JList< T > | |
~JPtrArray() override | JPtrArray< T > |