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)

Detailed Description

Definition at line 36 of file GlobalDhtTestMap.h.


Friends And Related Function Documentation

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

Definition at line 36 of file GlobalDhtTestMap.cc.

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


Member Data Documentation

simtime_t DHTEntry::endtime

Definition at line 38 of file GlobalDhtTestMap.h.

Referenced by DHTTestApp::handleGetResponse(), and operator<<().


The documentation for this struct was generated from the following file:
Generated on Wed May 26 16:21:17 2010 for OverSim by  doxygen 1.6.3