PandA-2024.02
|
The key comparison function for edge-integer set based on levels. More...
Public Member Functions | |
edge_integer_order_by_map (const std::map< vertex, unsigned int > &_ref, const graph *) | |
Graph. More... | |
bool | operator() (const std::pair< std::pair< vertex, vertex >, unsigned int > &x, const std::pair< std::pair< vertex, vertex >, unsigned int > &y) const |
Compare position of two vertices in topological sorted. More... | |
Private Attributes | |
const std::map< vertex, unsigned int > & | ref |
Topological sorted vertices. More... | |
The key comparison function for edge-integer set based on levels.
Definition at line 215 of file parametric_list_based.cpp.
|
inline |
Constructor
ref | is the map with the topological sort of vertices |
g | is a graph used only for debugging purpose to print name of vertex |
Definition at line 232 of file parametric_list_based.cpp.
|
inline |
Compare position of two vertices in topological sorted.
x | is the first pair of vertex |
y | is the second pair of vertex |
Definition at line 249 of file parametric_list_based.cpp.
References GET_NAME, THROW_ASSERT, and x.
Topological sorted vertices.
Definition at line 219 of file parametric_list_based.cpp.