DHTEntry Struct Reference

#include <BootstrapOracle.h>

List of all members.

Public Attributes

BinaryValuevalue
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]

00052 {
00053     return stream << "Value: " << *(entry.value)
00054                   << " Endtime: " << entry.endtime; 
00055 }


Member Data Documentation

BinaryValue* DHTEntry::value

simtime_t DHTEntry::endtime


The documentation for this struct was generated from the following file:
Generated on Tue Jul 24 16:51:18 2007 for ITM OverSim by  doxygen 1.5.1