|
JX Application Framework
|
This is the complete list of members for JRunArray< T >, including all inherited members.
| AllItemsEqual(T *data=nullptr) const | JRunArray< T > | |
| AppendItem(const T &data) override | JRunArray< T > | virtual |
| AppendItems(const T &data, const JSize count) | JRunArray< T > | |
| AppendSlice(const JRunArray< T > &source, const JIndexRange &range) | JRunArray< T > | |
| Broadcast(const T &message) | JBroadcaster | inlineprotected |
| BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
| ClearCompareFunction() | JList< T > | |
| ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
| CopyCompareFunction(const JList< T > &source) | JList< T > | |
| FindPositiveSum(const JInteger requestedSum, const JIndex startIndex, JIndex *endIndex, JInteger *trueSum, JInteger(*value)(const T &data)) const | JRunArray< T > | |
| GetBlockSize() const | JRunArray< T > | |
| GetCompareFunction() const | JList< T > | protected |
| GetFirstItem() const override | JRunArray< T > | virtual |
| GetIndexFromEnd(const JIndex index) const | JCollection | |
| GetItemCount() const | JCollection | inline |
| GetLastItem() const override | JRunArray< T > | virtual |
| GetRecipientCount() const | JBroadcaster | |
| GetRunCount() const | JRunArray< T > | |
| GetSenderCount() const | JBroadcaster | |
| GetSortOrder() const | JList< T > | |
| HasRecipients() const | JBroadcaster | |
| HasSenders() const | JBroadcaster | |
| IndexValid(const JIndex index) const | JCollection | inline |
| IsEmpty() const | JCollection | inline |
| IsSorted() const | JList< T > | |
| ItemAdded() | JCollection | inlineprotected |
| ItemRemoved() | JCollection | protected |
| 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 > | |
| JRunArray(const JSize blockSize=10) | JRunArray< T > | |
| JRunArray(const JRunArray< T > &source) | JRunArray< T > | |
| JRunArray(const JRunArray< T > &source, const JIndexRange &range) | JRunArray< T > | |
| JRunArrayIterator< T > | JRunArray< T > | friend |
| 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 |
| NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0) override | JRunArray< T > | virtual |
| NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0) const override | JRunArray< T > | virtual |
| NotifyIterators(const JBroadcaster::Message &message) | JList< T > | protected |
| operator=(const JRunArray< T > &source) | JRunArray< T > | |
| JCollection::operator=(const JCollection &source) | JCollection | |
| JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
| PrependItem(const T &data) override | JRunArray< T > | virtual |
| PrependItems(const T &data, const JSize count) | JRunArray< T > | |
| PrependSlice(const JRunArray< T > &source, const JIndexRange &range) | JRunArray< T > | |
| Receive(JBroadcaster *sender, const Message &message) | JBroadcaster | protectedvirtual |
| ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
| ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
| RemoveAll() override | JRunArray< T > | virtual |
| Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
| SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
| SetBlockSize(const JSize newBlockSize) | JRunArray< T > | |
| SetCompareFunction(const std::function< std::weak_ordering(const T &, const T &)> compareFn) | JList< T > | |
| SetItemCount(const JSize newItemCount) | JCollection | inlineprotected |
| SetSortOrder(const JListT::SortOrder order) | JList< T > | |
| StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
| StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
| SumItems(const JIndex startIndex, const JIndex endIndex, JInteger(*value)(const T &data)) const | JRunArray< T > | |
| ToString() const override | JCollection | virtual |
| ~JBroadcaster() | JBroadcaster | virtual |
| ~JCollection() override | JCollection | |
| ~JList() override | JList< T > | |
| ~JRunArray() override | JRunArray< T > |