OverSim
DHTEntry Struct Reference

#include <GlobalDhtTestMap.h>

Public Attributes

BinaryValue value
simtime_t endtime
simtime_t insertiontime

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.

{
return stream << "Value: " << entry.value
<< " Endtime: " << entry.endtime;
}

Member Data Documentation

simtime_t DHTEntry::endtime
simtime_t DHTEntry::insertiontime

Definition at line 40 of file GlobalDhtTestMap.h.

Referenced by DHTTestApp::handleTimerEvent().

BinaryValue DHTEntry::value

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: