DHTDataStorage.cc File Reference

#include <omnetpp.h>
#include <hashWatch.h>
#include "DHTDataStorage.h"

Go to the source code of this file.

Functions

 Define_Module (DHTDataStorage)
std::ostream & operator<< (std::ostream &Stream, const DhtDataEntry entry)


Detailed Description

Author:
Ingmar Baumgart

Definition in file DHTDataStorage.cc.


Function Documentation

Define_Module ( DHTDataStorage   ) 

std::ostream& operator<< ( std::ostream &  Stream,
const DhtDataEntry  entry 
)

Definition at line 33 of file DHTDataStorage.cc.

00034 {
00035     return Stream << "Value: " << entry.value
00036                   << " Kind: " << entry.kind
00037                   << " ID: " << entry.id
00038                   << " Endtime: " << entry.ttlMessage->getArrivalTime()
00039                   << " Modifiable: " << entry.is_modifiable
00040                   << " SourceNode: " << entry.sourceNode;
00041 }


Generated on Tue Sep 8 17:26:55 2009 for OverSim by  doxygen 1.5.8