GiaNeighbors.h File Reference

#include <vector>
#include <omnetpp.h>
#include <OverlayKey.h>
#include <InitStages.h>
#include "GiaNode.h"
#include "GiaKeyList.h"

Go to the source code of this file.

Classes

struct  GiaNeighborInfo
struct  FullGiaNodeInfo
class  GiaNeighbors
 This class is for managing all neighbor nodes. More...

Functions

std::ostream & operator<< (std::ostream &os, const GiaNeighborInfo &info)

Detailed Description

Author:
Robert Palmer, Bernhard Heep

Definition in file GiaNeighbors.h.


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const GiaNeighborInfo info 
)

Definition at line 310 of file GiaNeighbors.cc.

00311 {
00312     os //<< "C: " << info.capacity
00313     << ", degree: "  << info.connectionDegree
00314     << ", rTokens "  << info.receivedTokens
00315     << ", sTokens " << info.sentTokens
00316     << ", tStamp: " << info.timestamp;
00317     return os;
00318 }

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3