JX Application Framework
Loading...
Searching...
No Matches
JStack< T, S > Member List

This is the complete list of members for JStack< T, S >, including all inherited members.

Broadcast(const T &message)JBroadcasterinlineprotected
BroadcastWithFeedback(Message *message)JBroadcasterinlineprotected
Clear()JStack< T, S >
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember)JBroadcasterprotected
GetElements()JStack< T, S >protected
GetIndexFromEnd(const JIndex index) constJCollection
GetItemCount() constJCollectioninline
GetList() constJContainerinlineprotected
GetRecipientCount() constJBroadcaster
GetSenderCount() constJBroadcaster
HasRecipients() constJBroadcaster
HasSenders() constJBroadcaster
IndexValid(const JIndex index) constJCollectioninline
InstallCollection(JCollection *list)JContainerprotected
IsEmpty() constJCollectioninline
ItemAdded()JCollectioninlineprotected
ItemRemoved()JCollectionprotected
JBroadcaster()JBroadcaster
JBroadcaster(const JBroadcaster &source)JBroadcasterprotected
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)JBroadcasterprotected
NewIterator()JStack< T, S >
NewIterator() constJStack< 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() constJStack< T, S >
Peek(T *element) constJStack< T, S >
Peek(const JIndex index) constJStack< T, S >
Peek(const JIndex index, T *element) constJStack< 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) overrideJContainerprotectedvirtual
ReceiveGoingAway(JBroadcaster *sender)JBroadcasterprotectedvirtual
ReceiveWithFeedback(JBroadcaster *sender, Message *message)JBroadcasterprotectedvirtual
Send(JBroadcaster *recipient, const T &message)JBroadcasterprotected
SendWithFeedback(JBroadcaster *recipient, Message *message)JBroadcasterprotected
SetItemCount(const JSize newItemCount)JCollectioninlineprotected
StopListening(const JBroadcaster *sender)JBroadcasterprotected
StopListening(const JBroadcaster *sender, const std::type_info &messageType)JBroadcasterprotected
ToString() const overrideJCollectionvirtual
Unwind(const JSize numToUnwind)JStack< T, S >
~JBroadcaster()JBroadcastervirtual
~JCollection() overrideJCollection
~JStack() overrideJStack< T, S >