![]() |
PandA-2024.02
|
Classes to describe design flow graph. More...
#include "edge_info.hpp"#include "graph.hpp"#include "graph_info.hpp"#include "node_info.hpp"#include "refcount.hpp"#include <cstddef>#include <iosfwd>#include <string>#include "custom_map.hpp"

Go to the source code of this file.
Data Structures | |
| struct | DesignFlowStepInfo |
| struct | DesignFlowDependenceInfo |
| struct | DesignFlowGraphInfo |
| class | DesignFlowGraphsCollection |
| class | DesignFlowGraph |
| class | DesignFlowStepWriter |
| Functor used to write the content of the design flow step to dotty file. More... | |
| class | DesignFlowEdgeWriter |
| Functor used to write the content of the design flow edge to dotty file. More... | |
Typedefs | |
| using | DesignFlowStepInfoRef = refcount< DesignFlowStepInfo > |
| using | DesignFlowStepInfoConstRef = refcount< const DesignFlowStepInfo > |
| using | DesignFlowDependenceInfoRef = refcount< DesignFlowDependenceInfo > |
| using | DesignFlowDependenceInfoConstRef = refcount< const DesignFlowDependenceInfo > |
| using | DesignFlowGraphInfoRef = refcount< DesignFlowGraphInfo > |
| using | DesignFlowGraphInfoConstRef = refcount< const DesignFlowGraphInfo > |
| using | DesignFlowGraphsCollectionRef = refcount< DesignFlowGraphsCollection > |
| using | DesignFlowGraphsCollectionConstRef = refcount< const DesignFlowGraphsCollection > |
| using | DesignFlowGraphRef = refcount< DesignFlowGraph > |
| using | DesignFlowGraphConstRef = refcount< const DesignFlowGraph > |
Functions | |
| CONSTREF_FORWARD_DECL (Parameter) | |
| REF_FORWARD_DECL (DesignFlowGraphsCollection) | |
| REF_FORWARD_DECL (DesignFlowStep) | |
Classes to describe design flow graph.
Definition in file design_flow_graph.hpp.
| using DesignFlowDependenceInfoConstRef = refcount<const DesignFlowDependenceInfo> |
Definition at line 95 of file design_flow_graph.hpp.
Definition at line 94 of file design_flow_graph.hpp.
| using DesignFlowGraphConstRef = refcount<const DesignFlowGraph> |
Definition at line 268 of file design_flow_graph.hpp.
| using DesignFlowGraphInfoConstRef = refcount<const DesignFlowGraphInfo> |
Definition at line 107 of file design_flow_graph.hpp.
Definition at line 106 of file design_flow_graph.hpp.
| using DesignFlowGraphRef = refcount<DesignFlowGraph> |
Definition at line 267 of file design_flow_graph.hpp.
| using DesignFlowGraphsCollectionConstRef = refcount<const DesignFlowGraphsCollection> |
Definition at line 157 of file design_flow_graph.hpp.
Definition at line 156 of file design_flow_graph.hpp.
| using DesignFlowStepInfoConstRef = refcount<const DesignFlowStepInfo> |
Definition at line 79 of file design_flow_graph.hpp.
Definition at line 78 of file design_flow_graph.hpp.
| CONSTREF_FORWARD_DECL | ( | Parameter | ) |
| REF_FORWARD_DECL | ( | DesignFlowGraphsCollection | ) |
| REF_FORWARD_DECL | ( | DesignFlowStep | ) |
1.8.13