PlayerNode.cc File Reference

#include "PlayerNode.h"

Functions

std::ostream & operator<< (std::ostream &Stream, const PlayerNode p)


Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
const PlayerNode  p 
)

00055 {
00056     return Stream << "PlayerId: " << p.getId() << " Bandwith: " << p.getBandwith() << " Cpu: " << p.getCpu() << " IP: " << p.getIp()<< "\n";
00057 }


Generated on Tue Jul 24 16:51:17 2007 for ITM OverSim by  doxygen 1.5.1