GlobalDhtTestMap.cc File Reference

#include <omnetpp.h>
#include <GlobalStatisticsAccess.h>
#include <DHTTestAppMessages_m.h>
#include "GlobalDhtTestMap.h"
#include <map>
#include <OverlayKey.h>
#include <BinaryValue.h>

Go to the source code of this file.

Functions

 Define_Module (GlobalDhtTestMap)
std::ostream & operator<< (std::ostream &stream, const DHTEntry entry)

Detailed Description

Author:
Ingmar Baumgart

Definition in file GlobalDhtTestMap.cc.


Function Documentation

Define_Module ( GlobalDhtTestMap   ) 
std::ostream& operator<< ( std::ostream &  stream,
const DHTEntry  entry 
)

Definition at line 36 of file GlobalDhtTestMap.cc.

00037 {
00038     return stream << "Value: " << entry.value
00039                   << " Endtime: " << entry.endtime;
00040 }

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3