|
JX Application Framework
|
This is the complete list of members for JStack< T, S >, including all inherited members.
| Broadcast(const T &message) | JBroadcaster | inlineprotected |
| BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
| Clear() | JStack< T, S > | |
| ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
| GetElements() | JStack< T, S > | protected |
| GetIndexFromEnd(const JIndex index) const | JCollection | |
| GetItemCount() const | JCollection | inline |
| GetList() const | JContainer | inlineprotected |
| 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 | |
| JStack() | JStack< T, S > | |
| JStack(const JStack< T, S > &source) | JStack< T, S > | |
| ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
| ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
| NewIterator() | JStack< T, S > | |
| NewIterator() const | JStack< T, S > | |
| operator=(const JStack< T, S > &source) | JStack< T, S > | |
| JContainer::operator=(const JContainer &source) | JContainer | |
| JCollection::operator=(const JCollection &source) | JCollection | |
| JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
| Peek() const | JStack< T, S > | |
| Peek(T *element) const | JStack< T, S > | |
| Peek(const JIndex index) const | JStack< T, S > | |
| Peek(const JIndex index, T *element) const | JStack< T, S > | |
| Pop() | JStack< T, S > | |
| Pop(T *element) | JStack< T, S > | |
| Push(const T &newElement) | JStack< 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 |
| Unwind(const JSize numToUnwind) | JStack< T, S > | |
| ~JBroadcaster() | JBroadcaster | virtual |
| ~JCollection() override | JCollection | |
| ~JStack() override | JStack< T, S > |