#include "BehaviorTeamMessage.h"
Include dependency graph for BehaviorTeamMessage.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, BehaviorTeamMessage &behaviorTeamMessage) |
Streaming operator that reads a BehaviorTeamMessage from a stream. | |
Out & | operator<< (Out &stream, const BehaviorTeamMessage &behaviorTeamMessage) |
Streaming operator that writes a BehaviorTeamMessage to a stream. |
Definition in file BehaviorTeamMessage.cpp.
|
Streaming operator that reads a BehaviorTeamMessage from a stream.
Definition at line 27 of file BehaviorTeamMessage.cpp. |
|
Streaming operator that writes a BehaviorTeamMessage to a stream.
Definition at line 51 of file BehaviorTeamMessage.cpp. |