#include "MessageQueue.h"
#include "Platform/GTAssert.h"
Include dependency graph for MessageQueue.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, MessageQueue &messageQueue) |
gives the In streaming opeator access to protected members | |
Out & | operator<< (Out &stream, const MessageQueue &messageQueue) |
Gives the stream operator access to protected members. | |
void | operator>> (InMessage &message, MessageQueue &queue) |
gives the operator that copies a InMessage to another queue access to protected members |
Definition in file MessageQueue.cpp.
|
gives the In streaming opeator access to protected members
Definition at line 104 of file MessageQueue.cpp. |
|
Gives the stream operator access to protected members.
Definition at line 153 of file MessageQueue.cpp. |
|
gives the operator that copies a InMessage to another queue access to protected members
Definition at line 180 of file MessageQueue.cpp. |