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 166 of file RODFRouteCont.h.
RODFRouteCont::route_finder::route_finder | ( | const RODFRouteDesc & | desc | ) | [inline, explicit] |
onstructor
[in] | desc | The route description to which a same shall be found |
Definition at line 171 of file RODFRouteCont.h.
bool RODFRouteCont::route_finder::operator() | ( | const RODFRouteDesc & | desc | ) | [inline] |
The comparing function; compares passed edges.
Definition at line 174 of file RODFRouteCont.h.
References RODFRouteDesc::edges2Pass, and myDesc.
const RODFRouteDesc& RODFRouteCont::route_finder::myDesc [private] |
The route description for which a same shall be found.
Definition at line 180 of file RODFRouteCont.h.
Referenced by operator()().