gem5
|
#include <iostream>
#include <string>
#include <vector>
#include "mem/protocol/LinkDirection.hh"
#include "mem/ruby/common/TypeDefines.hh"
#include "mem/ruby/network/BasicLink.hh"
Go to the source code of this file.
Classes | |
struct | LinkEntry |
class | Topology |
Typedefs | |
typedef std::vector < std::vector< int > > | Matrix |
typedef std::string | PortDirection |
typedef std::map< std::pair < SwitchID, SwitchID > , LinkEntry > | LinkMap |
Functions | |
std::ostream & | operator<< (std::ostream &out, const Topology &obj) |
Definition at line 64 of file Topology.hh.
typedef std::vector<std::vector<int> > Matrix |
Definition at line 52 of file Topology.hh.
typedef std::string PortDirection |
Definition at line 55 of file Topology.hh.
|
inline |
Definition at line 106 of file Topology.hh.
References Topology::print().