JX Application Framework
|
This is the complete list of members for JPtrStack< T, S >, including all inherited members.
Broadcast(const T &message) | JBroadcaster | inlineprotected |
BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
Clear() | JStack< T *, S > | |
ClearDelete() | JPtrStack< T, S > | |
ClearDeleteAsArrays() | JPtrStack< T, S > | |
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
GetCleanUpAction() const | JPtrStack< T, S > | inline |
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 | |
JPtrStack(const JPtrArrayT::CleanUpAction action) | JPtrStack< T, S > | |
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 > | |
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 > | |
PushCopy(const T &newElement) | JPtrStack< 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 |
SetCleanUpAction(const JPtrArrayT::CleanUpAction action) | JPtrStack< T, S > | inline |
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 > | |
UnwindDelete(const JSize numToUnwind) | JPtrStack< T, S > | |
UnwindDeleteAsArrays(const JSize numToUnwind) | JPtrStack< T, S > | |
~JBroadcaster() | JBroadcaster | virtual |
~JCollection() override | JCollection | |
~JPtrStack() override | JPtrStack< T, S > | |
~JStack() override | JStack< T *, S > |