#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) |
Definition in file GiaNeighbors.h.
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const GiaNeighborInfo & | info | |||
| ) |
Definition at line 310 of file GiaNeighbors.cc.
{
os //<< "C: " << info.capacity
<< ", degree: " << info.connectionDegree
<< ", rTokens " << info.receivedTokens
<< ", sTokens " << info.sentTokens
<< ", tStamp: " << info.timestamp;
return os;
}
1.7.1