![]() |
PandA-2024.02
|


Public Member Functions | |
| CdfcWriter (const CdfcGraph *_printing_graph) | |
| Constructor. More... | |
| void | operator() (std::ostream &out, const vertex &v) const override |
| Operator used to print the label of a vertex. More... | |
Public Member Functions inherited from VertexWriter | |
| VertexWriter (const graph *_graph, const int _detail_level) | |
| Constructor. More... | |
| virtual | ~VertexWriter ()=default |
| Destructor. More... | |
Private Attributes | |
| const CdfcGraphInfo * | cdfc_graph_info |
| The info associated with the graph to be printed. More... | |
| const CustomUnorderedMap< vertex, vertex > & | c2s |
| const OpWriter | operation_writer |
| The functor used to print labels which correspond to vertices of the graph to be printed. More... | |
Additional Inherited Members | |
Protected Attributes inherited from VertexWriter | |
| const graph * | printing_graph |
| The graph to be printed. More... | |
| const int | detail_level |
| The detail level. More... | |
Definition at line 686 of file cdfc_module_binding.cpp.
|
inlineexplicit |
Constructor.
| _printing_graph | is the graph to be printed |
Definition at line 702 of file cdfc_module_binding.cpp.
|
inlineoverridevirtual |
Operator used to print the label of a vertex.
| out | is the stream where label has to printed |
| v | is the vertex to be printed |
Implements VertexWriter.
Definition at line 715 of file cdfc_module_binding.cpp.
|
private |
Definition at line 692 of file cdfc_module_binding.cpp.
|
private |
The info associated with the graph to be printed.
Definition at line 690 of file cdfc_module_binding.cpp.
|
private |
The functor used to print labels which correspond to vertices of the graph to be printed.
Definition at line 695 of file cdfc_module_binding.cpp.
1.8.13