CGRA-ME
Public Types | Public Attributes | List of all members
OpGraph::VerifyMessage Struct Reference

#include <OpGraph.h>

Public Types

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

Public Attributes

Type type
 
std::string message
 

Detailed Description

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

Definition at line 447 of file OpGraph.h.

Member Enumeration Documentation

◆ Type

enum OpGraph::VerifyMessage::Type : char
strong
Enumerator
Info 
Warning 
Error 

Definition at line 448 of file OpGraph.h.

Member Data Documentation

◆ message

std::string OpGraph::VerifyMessage::message

Definition at line 450 of file OpGraph.h.

◆ type

Type OpGraph::VerifyMessage::type

Definition at line 449 of file OpGraph.h.


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