#include <P2pnsCache.h>
Public Attributes | |
| BinaryValue | value |
| cMessage * | ttlMessage |
Friends | |
| std::ostream & | operator<< (std::ostream &Stream, const P2pnsCacheEntry entry) |
Definition at line 38 of file P2pnsCache.h.
| std::ostream& operator<< | ( | std::ostream & | Stream, | |
| const P2pnsCacheEntry | entry | |||
| ) | [friend] |
Definition at line 41 of file P2pnsCache.cc.
00042 { 00043 Stream << "Value: " << entry.value; 00044 00045 if (entry.ttlMessage != NULL) { 00046 Stream << "Endtime: " << entry.ttlMessage->getArrivalTime(); 00047 } 00048 00049 return Stream; 00050 }
| cMessage* P2pnsCacheEntry::ttlMessage |
1.5.8