![]() |
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. More... | |
| route_finder (const RODFRouteDesc &desc) | |
| onstructor More... | |
Private Member Functions | |
| route_finder & | operator= (const route_finder &) |
| invalidated assignment operator More... | |
Private Attributes | |
| const RODFRouteDesc & | myDesc |
| The route description for which a same shall be found. More... | |
A class for finding a same route (one that passes the same edges)
Definition at line 160 of file RODFRouteCont.h.
|
inlineexplicit |
onstructor
| [in] | desc | The route description to which a same shall be found |
Definition at line 165 of file RODFRouteCont.h.
|
inline |
The comparing function; compares passed edges.
Definition at line 168 of file RODFRouteCont.h.
References RODFRouteDesc::edges2Pass.
|
private |
invalidated assignment operator
|
private |
The route description for which a same shall be found.
Definition at line 174 of file RODFRouteCont.h.