#include <P2pnsCache.h>
This modul contains the name cache of the P2PNS implementation.
Public Attributes | |
BinaryValue | value |
cMessage * | ttlMessage |
Friends | |
std::ostream & | operator<< (std::ostream &Stream, const P2pnsCacheEntry entry) |
std::ostream& operator<< | ( | std::ostream & | Stream, | |
const P2pnsCacheEntry | entry | |||
) | [friend] |
00033 { 00034 Stream << "Value: " << entry.value; 00035 00036 if (entry.ttlMessage != NULL) { 00037 Stream << "Endtime: " << entry.ttlMessage->arrivalTime(); 00038 } 00039 00040 return Stream; 00041 }
Referenced by P2pnsCache::addData(), and operator<<().
cMessage* P2pnsCacheEntry::ttlMessage |
Referenced by P2pnsCache::addData(), and operator<<().