PandA-2024.02
Public Member Functions | Data Fields
DesignFlowStepInfo Struct Reference

#include <design_flow_graph.hpp>

Inheritance diagram for DesignFlowStepInfo:
Inheritance graph
[legend]
Collaboration diagram for DesignFlowStepInfo:
Collaboration graph
[legend]

Public Member Functions

 DesignFlowStepInfo (const DesignFlowStepRef _design_flow_step, const bool unnecessary)
 Constructor. More...
 
- Public Member Functions inherited from NodeInfo
 NodeInfo ()
 Constructor. More...
 
virtual ~NodeInfo ()
 Destructor. More...
 
virtual void print (std::ostream &, int detail_level=0) const
 Print the information associated with the node of the graph. More...
 

Data Fields

const DesignFlowStepRef design_flow_step
 The step corresponding to a vertex. More...
 
DesignFlowStep_Status status
 Status of a step. More...
 

Detailed Description

Definition at line 64 of file design_flow_graph.hpp.

Constructor & Destructor Documentation

◆ DesignFlowStepInfo()

DesignFlowStepInfo::DesignFlowStepInfo ( const DesignFlowStepRef  _design_flow_step,
const bool  unnecessary 
)

Constructor.

Definition at line 55 of file design_flow_graph.cpp.

References DesignFlowDependenceInfo::DesignFlowDependenceInfo(), UNEXECUTED, UNNECESSARY, and DesignFlowDependenceInfo::~DesignFlowDependenceInfo().

Here is the call graph for this function:

Field Documentation

◆ design_flow_step

const DesignFlowStepRef DesignFlowStepInfo::design_flow_step

The step corresponding to a vertex.

Definition at line 68 of file design_flow_graph.hpp.

Referenced by DesignFlowGraphsCollection::AddDesignFlowDependence().

◆ status

DesignFlowStep_Status DesignFlowStepInfo::status

Status of a step.

Definition at line 71 of file design_flow_graph.hpp.


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

Generated on Mon Feb 12 2024 13:03:50 for PandA-2024.02 by doxygen 1.8.13