PandA-2024.02
|
#include <cdfc_module_binding.hpp>
Public Member Functions | |
CdfcEdgeInfo (const int edge_weight) | |
Constructor. More... | |
Public Member Functions inherited from EdgeInfo | |
EdgeInfo ()=default | |
Constructor. More... | |
virtual | ~EdgeInfo ()=default |
Destructor. More... | |
Data Fields | |
const int | edge_weight |
Definition at line 223 of file cdfc_module_binding.hpp.
|
explicit |
Constructor.
edge_weight | is the weight to be set |
Definition at line 682 of file cdfc_module_binding.cpp.
const int CdfcEdgeInfo::edge_weight |
Definition at line 225 of file cdfc_module_binding.hpp.