DHTEntry Struct Reference

#include <GlobalDhtTestMap.h>

List of all members.

Public Attributes

BinaryValue value
simtime_t endtime

Friends

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


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
const DHTEntry  entry 
) [friend]

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


Member Data Documentation

simtime_t DHTEntry::endtime


The documentation for this struct was generated from the following file:

Generated on Fri Sep 19 13:05:06 2008 for ITM OverSim by  doxygen 1.5.5