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

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)JBroadcasterinlineprotected
BroadcastWithFeedback(Message *message)JBroadcasterinlineprotected
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember)JBroadcasterprotected
Discard(const JSize numToDiscard)JQueue< T, S >
Flush()JQueue< T, S >
GetElements()JQueue< T, S >protected
GetIndexFromEnd(const JIndex index) constJCollection
GetItemCount() constJCollectioninline
GetList() constJContainerinlineprotected
GetNext()JQueue< T, S >
GetNext(T *element)JQueue< T, S >
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
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)JBroadcasterprotected
NewIterator()JQueue< T, S >
NewIterator() constJQueue< 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() constJQueue< T, S >
PeekNext(T *element) constJQueue< T, S >
PeekNext(const JIndex index) constJQueue< T, S >
PeekNext(const JIndex index, T *element) constJQueue< 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
~JBroadcaster()JBroadcastervirtual
~JCollection() overrideJCollection
~JQueue() overrideJQueue< T, S >