PandA-2024.02
|
Information associated with the whole graph of a circuit. More...
#include <cg_node.hpp>
Public Member Functions | |
void | print (std::ostream &os) const |
Print the information associated with the current node of the graph. More... | |
cg_graph_info (vertex en, const std::string &en_name, vertex ex, const std::string &ex_name) | |
Constructor. More... | |
cg_graph_info () | |
Empty constructor. More... | |
~cg_graph_info () override=default | |
Destructor. More... | |
Public Member Functions inherited from GraphInfo | |
GraphInfo ()=default | |
Constructor. More... | |
virtual | ~GraphInfo ()=default |
Destructor. More... | |
Data Fields | |
vertex | Entry |
primary input node. More... | |
vertex | Exit |
primary output node More... | |
std::string | Entry_name |
std::string | Exit_name |
Information associated with the whole graph of a circuit.
Definition at line 175 of file cg_node.hpp.
|
inline |
Constructor.
Definition at line 199 of file cg_node.hpp.
|
inline |
Empty constructor.
Definition at line 207 of file cg_node.hpp.
|
overridedefault |
Destructor.
|
inline |
Print the information associated with the current node of the graph.
os | is the output stream. |
Definition at line 191 of file cg_node.hpp.
vertex cg_graph_info::Entry |
primary input node.
gen and io port are associated with the entry node
Definition at line 179 of file cg_node.hpp.
std::string cg_graph_info::Entry_name |
Definition at line 184 of file cg_node.hpp.
vertex cg_graph_info::Exit |
primary output node
Definition at line 182 of file cg_node.hpp.
std::string cg_graph_info::Exit_name |
Definition at line 185 of file cg_node.hpp.