CGRA-ME
Public Types | Public Attributes | List of all members
CreateMappingGraphResult Struct Reference

#include <Mapping.h>

Public Types

using ToMRRG = MappingGraph::ToMRRGVertexMap
 
using FromMRRG = std::unordered_map< MRRG::NodeDescriptor, MappingGraph::NodeDescriptor >
 

Public Attributes

MappingGraph mg
 
FromMRRG fromMRRG
 
ToMRRG toMRRG
 

Detailed Description

Definition at line 246 of file Mapping.h.

Member Typedef Documentation

◆ FromMRRG

Definition at line 248 of file Mapping.h.

◆ ToMRRG

Definition at line 247 of file Mapping.h.

Member Data Documentation

◆ fromMRRG

FromMRRG CreateMappingGraphResult::fromMRRG

Definition at line 251 of file Mapping.h.

◆ mg

MappingGraph CreateMappingGraphResult::mg

Definition at line 250 of file Mapping.h.

◆ toMRRG

ToMRRG CreateMappingGraphResult::toMRRG

Definition at line 252 of file Mapping.h.


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