![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <sort.h>
Public Member Functions | |
| CompareByKey (unsigned n, const K &k) | |
| template<class T > | |
| bool | operator() (const T &l, const T &r) const |
Data Fields | |
| const K & | get_key |
| unsigned | key_count |
|
inlineexplicit |
Definition at line 149 of file sort.h.
References RoutingKit::detail::CompareByKey< K >::key_count.
|
inline |
Definition at line 158 of file sort.h.
References RoutingKit::detail::CompareByKey< K >::get_key, and RoutingKit::detail::CompareByKey< K >::key_count.
| const K& RoutingKit::detail::CompareByKey< K >::get_key |
Definition at line 169 of file sort.h.
Referenced by RoutingKit::detail::CompareByKey< K >::operator()().
| unsigned RoutingKit::detail::CompareByKey< K >::key_count |
Definition at line 167 of file sort.h.
Referenced by RoutingKit::detail::CompareByKey< K >::CompareByKey(), and RoutingKit::detail::CompareByKey< K >::operator()().