GiaNeighbors.cc File Reference


Detailed Description

Author:
Robert Palmer, Bernhard Heep

#include <assert.h>
#include <InitStages.h>
#include "GiaNeighbors.h"

Functions

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


Function Documentation

Define_Module ( GiaNeighbors   ) 

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

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 Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5