ChordSuccessorList.cc File Reference


Detailed Description

Author:
Markus Mauch, Ingmar Baumgart

#include "ChordSuccessorList.h"
#include "Chord.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 
)

00033 {
00034     os << e.nodeHandle << " " << e.newEntry;
00035     return os;
00036 };


Generated on Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5