#include "PubSubLobby.h"
#include <deque>
#include <algorithm>
#include <omnetpp.h>
#include <NodeHandle.h>
#include <BaseOverlay.h>
#include "PubSubMessage_m.h"
#include <ostream>
#include <GlobalStatistics.h>
#include <GlobalNodeListAccess.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &o, const PubSubLobby::ChildEntry &entry) |
Define_Module (PubSubLobby) |
Definition in file PubSubLobby.cc.
Define_Module | ( | PubSubLobby | ) |
std::ostream& operator<< | ( | std::ostream & | o, | |
const PubSubLobby::ChildEntry & | entry | |||
) |
Definition at line 31 of file PubSubLobby.cc.
00032 { 00033 o << "Node: " << entry.handle << " ressources: " << entry.ressources; 00034 return o; 00035 }