PandA-2024.02
|
#include <op_graph.hpp>
Public Member Functions | |
OpVertexSorter (const OpGraphConstRef op_graph) | |
Constructor. More... | |
bool | operator() (const vertex x, const vertex y) const |
Compare position of two vertices. More... | |
Private Attributes | |
OpGraphConstRef | op_graph |
The operation graph to which vertices belong Note: this should be const, but can not because of assignment operator. More... | |
Definition at line 628 of file op_graph.hpp.
|
explicit |
Constructor.
op_graph | is the operation graph to which vertices belong |
Definition at line 291 of file op_graph.cpp.
Compare position of two vertices.
x | is the first step |
y | is the second step |
Definition at line 295 of file op_graph.cpp.
|
private |
The operation graph to which vertices belong Note: this should be const, but can not because of assignment operator.
Definition at line 633 of file op_graph.hpp.
Referenced by operator()().