#include "PubSubSubspaceId.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &o, const PubSubSubspaceId &subspaceId) |
Definition in file PubSubSubspaceId.cc.
| std::ostream& operator<< | ( | std::ostream & | o, | |
| const PubSubSubspaceId & | subspaceId | |||
| ) |
Definition at line 27 of file PubSubSubspaceId.cc.
00028 { 00029 o << subspaceId.spaceId; 00030 return o; 00031 }
1.5.8