|
JX Application Framework
|
This is the complete list of members for JQueue< T, S >, including all inherited members.
| Append(const T &newElement) | JQueue< T, S > | |
| Broadcast(const T &message) | JBroadcaster | inlineprotected |
| BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
| ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
| Discard(const JSize numToDiscard) | JQueue< T, S > | |
| Flush() | JQueue< T, S > | |
| GetElements() | JQueue< T, S > | protected |
| GetIndexFromEnd(const JIndex index) const | JCollection | |
| GetItemCount() const | JCollection | inline |
| GetList() const | JContainer | inlineprotected |
| GetNext() | JQueue< T, S > | |
| GetNext(T *element) | JQueue< T, S > | |
| GetRecipientCount() const | JBroadcaster | |
| GetSenderCount() const | JBroadcaster | |
| HasRecipients() const | JBroadcaster | |
| HasSenders() const | JBroadcaster | |
| IndexValid(const JIndex index) const | JCollection | inline |
| InstallCollection(JCollection *list) | JContainer | protected |
| IsEmpty() const | JCollection | inline |
| ItemAdded() | JCollection | inlineprotected |
| ItemRemoved() | JCollection | protected |
| JBroadcaster() | JBroadcaster | |
| JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
| JCollection() | JCollection | |
| JCollection(const JCollection &source) | JCollection | |
| JContainer() | JContainer | |
| JContainer(const JContainer &source) | JContainer | |
| JQueue() | JQueue< T, S > | |
| JQueue(const JQueue< T, S > &source) | JQueue< T, S > | |
| ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
| ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
| NewIterator() | JQueue< T, S > | |
| NewIterator() const | JQueue< T, S > | |
| operator=(const JQueue< T, S > &source) | JQueue< T, S > | |
| JContainer::operator=(const JContainer &source) | JContainer | |
| JCollection::operator=(const JCollection &source) | JCollection | |
| JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
| PeekNext() const | JQueue< T, S > | |
| PeekNext(T *element) const | JQueue< T, S > | |
| PeekNext(const JIndex index) const | JQueue< T, S > | |
| PeekNext(const JIndex index, T *element) const | JQueue< T, S > | |
| Receive(JBroadcaster *sender, const Message &message) override | JContainer | protectedvirtual |
| ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
| ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
| Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
| SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
| SetItemCount(const JSize newItemCount) | JCollection | inlineprotected |
| StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
| StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
| ToString() const override | JCollection | virtual |
| ~JBroadcaster() | JBroadcaster | virtual |
| ~JCollection() override | JCollection | |
| ~JQueue() override | JQueue< T, S > |