CGRA-ME
Public Types | Public Member Functions | Public Attributes | List of all members
MappingGraph::VerifyMessage Struct Reference

#include <Mapping.h>

Public Types

enum  Type : char { Type::Info, Type::Warning, Type::Error }
 

Public Member Functions

 VerifyMessage (Type t, std::string s)
 

Public Attributes

Type type
 
std::string message
 

Detailed Description

Analyses this MappingGraph to find violations of various invariants, such as:

Definition at line 214 of file Mapping.h.

Member Enumeration Documentation

◆ Type

Enumerator
Info 
Warning 
Error 

Definition at line 215 of file Mapping.h.

Constructor & Destructor Documentation

◆ VerifyMessage()

MappingGraph::VerifyMessage::VerifyMessage ( Type  t,
std::string  s 
)
inline

Definition at line 218 of file Mapping.h.

Member Data Documentation

◆ message

std::string MappingGraph::VerifyMessage::message

Definition at line 217 of file Mapping.h.

◆ type

Type MappingGraph::VerifyMessage::type

Definition at line 216 of file Mapping.h.


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