![]() |
PandA-2024.02
|
Base class for step of design flow. More...
#include "config_HAVE_UNORDERED.hpp"#include "graph.hpp"#include "refcount.hpp"#include <iosfwd>#include <string>#include <functional>#include <set>

Go to the source code of this file.
Data Structures | |
| class | DesignFlowStepSorter |
| A set of design flow step. More... | |
| class | DesignFlowStepSet |
| class | DesignFlowStep |
| The base class for design step. More... | |
Typedefs | |
| using | DesignFlowStepRef = refcount< DesignFlowStep > |
| using | DesignFlowStepConstRef = refcount< const DesignFlowStep > |
Functions | |
| CONSTREF_FORWARD_DECL (DesignFlowManager) | |
| REF_FORWARD_DECL (DesignFlowStep) | |
| CONSTREF_FORWARD_DECL (DesignFlowStepFactory) | |
| CONSTREF_FORWARD_DECL (Parameter) | |
Base class for step of design flow.
Definition in file design_flow_step.hpp.
| using DesignFlowStepConstRef = refcount<const DesignFlowStep> |
Definition at line 230 of file design_flow_step.hpp.
| using DesignFlowStepRef = refcount<DesignFlowStep> |
Definition at line 229 of file design_flow_step.hpp.
|
strong |
The status of a step.
Definition at line 97 of file design_flow_step.hpp.
| CONSTREF_FORWARD_DECL | ( | DesignFlowManager | ) |
| CONSTREF_FORWARD_DECL | ( | DesignFlowStepFactory | ) |
| CONSTREF_FORWARD_DECL | ( | Parameter | ) |
| REF_FORWARD_DECL | ( | DesignFlowStep | ) |
1.8.13