![]() |
PandA-2024.02
|


Public Member Functions | |
| ScheduleWriter (const OpGraphConstRef op_graph, const ScheduleConstRef _sch, OpVertexSet *_opSet) | |
| Constructor. More... | |
| void | operator() (std::ostream &os) const override |
| Redifinition of operator() More... | |
Public Member Functions inherited from GraphWriter | |
| GraphWriter (const graph *_printing_graph, const int _detail_level) | |
| Constructor. More... | |
| virtual | ~GraphWriter ()=default |
| Destructor. More... | |
Private Attributes | |
| const ScheduleConstRef | sch |
| The schedule to be printed. More... | |
| const OpVertexSet * | opSet |
Additional Inherited Members | |
Protected Attributes inherited from GraphWriter | |
| const graph * | printing_graph |
| The graph to be printed. More... | |
| const int | detail_level |
| The detail level (i.e., how much information has to be included) More... | |
Definition at line 154 of file schedule.cpp.
|
inline |
Constructor.
| op_graph | is the operation graph to be printed |
| _sch | is the schedule |
Definition at line 167 of file schedule.cpp.
|
inlineoverridevirtual |
Redifinition of operator()
Implements GraphWriter.
Definition at line 175 of file schedule.cpp.
References level.
|
private |
Definition at line 159 of file schedule.cpp.
|
private |
The schedule to be printed.
Definition at line 158 of file schedule.cpp.
1.8.13