PandA-2024.02
|
Functor to sort vertex by node name. More...
Public Member Functions | |
compare_vertex_by_name (const OpGraphConstRef &G) | |
Constructor. More... | |
bool | operator() (const vertex &a, const vertex &b) const |
Private Attributes | |
const OpGraphConstRef & | op_graph |
Functor to sort vertex by node name.
Definition at line 192 of file parametric_list_based.cpp.
|
inlineexplicit |
Constructor.
G | is the operation graph. |
Definition at line 202 of file parametric_list_based.cpp.
Definition at line 206 of file parametric_list_based.cpp.
References GET_NAME.
|
private |
Definition at line 194 of file parametric_list_based.cpp.