ChordSuccessorList.cc File Reference


Detailed Description

Author:
Markus Mauch, Ingmar Baumgart

#include <omnetpp.h>
#include <algorithm>
#include <NodeHandle.h>
#include "ChordSuccessorList.h"

Functions

 Define_Module (ChordSuccessorList)
std::ostream & operator<< (std::ostream &os, const SuccessorListEntry &e)


Function Documentation

Define_Module ( ChordSuccessorList   ) 

std::ostream& operator<< ( std::ostream &  os,
const SuccessorListEntry e 
)

00035 {
00036     os << e.nodeHandle << " " << e.newEntry;
00037     return os;
00038 };


Generated on Thu Apr 17 13:19:27 2008 for ITM OverSim by  doxygen 1.5.3