![]() |
PandA-2024.02
|
#include <design_flow_graph.hpp>


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... | |
Definition at line 64 of file design_flow_graph.hpp.
| 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().

| 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().
| DesignFlowStep_Status DesignFlowStepInfo::status |
Status of a step.
Definition at line 71 of file design_flow_graph.hpp.
1.8.13