CGRA-ME
Public Member Functions | Public Attributes | List of all members
MRRGPathID Struct Reference
Inheritance diagram for MRRGPathID:
tuple_hash::TupleHashOps< MRRGPathID >

Public Member Functions

 MRRGPathID (MRRG::NodeDescriptor src_fu, MRRG::NodeDescriptor sink_fu, int trip_count, int index)
 
auto asTuple () const
 
- Public Member Functions inherited from tuple_hash::TupleHashOps< MRRGPathID >
const MRRGPathIDasDerived () const
 
MRRGPathIDasDerived ()
 
bool operator== (const MRRGPathID &rhs) const
 
bool operator< (const MRRGPathID &rhs) const
 

Public Attributes

MRRG::NodeDescriptor src_fu
 
MRRG::NodeDescriptor sink_fu
 
int trip_count
 
int index
 

Detailed Description

Definition at line 67 of file HeuristicMappers.cpp.

Constructor & Destructor Documentation

◆ MRRGPathID()

MRRGPathID::MRRGPathID ( MRRG::NodeDescriptor  src_fu,
MRRG::NodeDescriptor  sink_fu,
int  trip_count,
int  index 
)
inline

Definition at line 73 of file HeuristicMappers.cpp.

Member Function Documentation

◆ asTuple()

auto MRRGPathID::asTuple ( ) const
inline

Definition at line 77 of file HeuristicMappers.cpp.

Member Data Documentation

◆ index

int MRRGPathID::index

Definition at line 71 of file HeuristicMappers.cpp.

◆ sink_fu

MRRG::NodeDescriptor MRRGPathID::sink_fu

Definition at line 69 of file HeuristicMappers.cpp.

◆ src_fu

MRRG::NodeDescriptor MRRGPathID::src_fu

Definition at line 68 of file HeuristicMappers.cpp.

◆ trip_count

int MRRGPathID::trip_count

Definition at line 70 of file HeuristicMappers.cpp.


The documentation for this struct was generated from the following file: