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