PandA-2024.02
|
#include <design_flow_graph.hpp>
Data Fields | |
vertex | entry |
The entry vertex of the graph. More... | |
vertex | exit |
The exit vertex of the graph. More... | |
Additional Inherited Members | |
Public Member Functions inherited from GraphInfo | |
GraphInfo ()=default | |
Constructor. More... | |
virtual | ~GraphInfo ()=default |
Destructor. More... | |
Definition at line 97 of file design_flow_graph.hpp.
vertex DesignFlowGraphInfo::entry |
The entry vertex of the graph.
Definition at line 101 of file design_flow_graph.hpp.
vertex DesignFlowGraphInfo::exit |
The exit vertex of the graph.
Definition at line 104 of file design_flow_graph.hpp.