Eclipse SUMO - Simulation of Urban MObility
|
A class for finding a same route (one that passes the same edges) More...
#include <RODFRouteCont.h>
Public Member Functions | |
bool | operator() (const RODFRouteDesc &desc) |
The comparing function; compares passed edges. | |
route_finder (const RODFRouteDesc &desc) | |
onstructor | |
Private Attributes | |
const RODFRouteDesc & | myDesc |
The route description for which a same shall be found. | |
A class for finding a same route (one that passes the same edges)
Definition at line 151 of file RODFRouteCont.h.
|
inlineexplicit |
onstructor
[in] | desc | The route description to which a same shall be found |
Definition at line 156 of file RODFRouteCont.h.
|
inline |
The comparing function; compares passed edges.
Definition at line 159 of file RODFRouteCont.h.
References RODFRouteDesc::edges2Pass, and myDesc.
|
private |
The route description for which a same shall be found.
Definition at line 165 of file RODFRouteCont.h.
Referenced by operator()().