PandA-2024.02
|
The key comparison function for vertices set based on levels. More...
#include <function_behavior.hpp>
Public Member Functions | |
op_vertex_order_by_map (const std::map< vertex, unsigned int > &ref_, const graph *) | |
Graph. More... | |
bool | operator() (const vertex x, const vertex 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 vertices set based on levels.
Definition at line 900 of file function_behavior.hpp.
|
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 917 of file function_behavior.hpp.
References x.
Compare position of two vertices in topological sorted.
x | is the first vertex |
y | is the second vertex |
Definition at line 678 of file function_behavior.cpp.
References GET_NAME, and THROW_ASSERT.
Topological sorted vertices.
Definition at line 904 of file function_behavior.hpp.