PandA-2024.02
|
Wrapper of design_flow. More...
#include "custom_map.hpp"
#include "graph.hpp"
#include "refcount.hpp"
#include <cstddef>
#include <functional>
#include <set>
#include <string>
Go to the source code of this file.
Data Structures | |
class | DesignFlowStepNecessitySorter |
The key comparison functor for design flow step; it puts necessary steps before unnecessary ones; in this way steps which depend on unnecessary steps are executed later. More... | |
class | DesignFlowManager |
Typedefs | |
using | DesignFlowManagerRef = refcount< DesignFlowManager > |
Wrapper of design_flow.
Definition in file design_flow_manager.hpp.
Definition at line 242 of file design_flow_manager.hpp.
CONSTREF_FORWARD_DECL | ( | DesignFlowGraph | ) |
CONSTREF_FORWARD_DECL | ( | DesignFlowStepFactory | ) |
REF_FORWARD_DECL | ( | DesignFlowGraph | ) |
REF_FORWARD_DECL | ( | DesignFlowGraphsCollection | ) |
REF_FORWARD_DECL | ( | DesignFlowStep | ) |
REF_FORWARD_DECL | ( | DesignFlowStepInfo | ) |
REF_FORWARD_DECL | ( | Parameter | ) |