PandA-2024.02
|
Public Member Functions | |
CdfcEdgeWriter (const CdfcGraph *_printing_graph) | |
Constructor. More... | |
void | operator() (std::ostream &out, const EdgeDescriptor &e) const override |
Operator which print label of an EdgeDescriptor. More... | |
Public Member Functions inherited from EdgeWriter | |
EdgeWriter (const graph *_printing_graph, const int _detail_level) | |
Constructor. More... | |
virtual | ~EdgeWriter ()=default |
Destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from EdgeWriter | |
const graph * | printing_graph |
The graph to be printed. More... | |
const int | selector |
The selector of the graph to be printed. More... | |
const int | detail_level |
The detail level. More... | |
Definition at line 721 of file cdfc_module_binding.cpp.
|
inlineexplicit |
Constructor.
_printing_graph | is the graph to be printed |
_selector | is the selector of the graph to be printed |
Definition at line 729 of file cdfc_module_binding.cpp.
|
inlineoverridevirtual |
Operator which print label of an EdgeDescriptor.
out | is the stream |
e | is the edge |
Implements EdgeWriter.
Definition at line 738 of file cdfc_module_binding.cpp.