All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
risc::sg::Conflict Struct Reference

This class represents a conflict in the data conflict table, either due to a conflicting expression (node_), or due to a conflicting variable with instance ID (variable_) (RD, 11/29/18) More...

#include <mapped_variable.h>

Collaboration diagram for risc::sg::Conflict:
Collaboration graph

Public Member Functions

 Conflict (SgNode *node)
 
 Conflict (MappedVariable variable)
 

Public Attributes

SgNode * node_
 
MappedVariable variable_
 

Detailed Description

This class represents a conflict in the data conflict table, either due to a conflicting expression (node_), or due to a conflicting variable with instance ID (variable_) (RD, 11/29/18)

Constructor & Destructor Documentation

risc::sg::Conflict::Conflict ( SgNode *  node)
risc::sg::Conflict::Conflict ( MappedVariable  variable)

Member Data Documentation

SgNode* risc::sg::Conflict::node_
MappedVariable risc::sg::Conflict::variable_

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