![]() |
PandA-2024.02
|
The info associated with a cdfc graph. More...
#include <cdfc_module_binding.hpp>


Public Member Functions | |
| CdfcGraphInfo (const CustomUnorderedMap< vertex, vertex > &c2s, const OpGraphConstRef operation_graph) | |
| Constructor. More... | |
Public Member Functions inherited from GraphInfo | |
| GraphInfo ()=default | |
| Constructor. More... | |
| virtual | ~GraphInfo ()=default |
| Destructor. More... | |
Data Fields | |
| const CustomUnorderedMap< vertex, vertex > & | c2s |
| const OpGraphConstRef | operation_graph |
| The operation graph associated with the cdfc graph. More... | |
The info associated with a cdfc graph.
Definition at line 239 of file cdfc_module_binding.hpp.
| CdfcGraphInfo::CdfcGraphInfo | ( | const CustomUnorderedMap< vertex, vertex > & | c2s, |
| const OpGraphConstRef | operation_graph | ||
| ) |
Constructor.
Definition at line 752 of file cdfc_module_binding.cpp.
| const CustomUnorderedMap<vertex, vertex>& CdfcGraphInfo::c2s |
Definition at line 241 of file cdfc_module_binding.hpp.
| const OpGraphConstRef CdfcGraphInfo::operation_graph |
The operation graph associated with the cdfc graph.
Definition at line 244 of file cdfc_module_binding.hpp.
1.8.13