#include <RODFRouteCont.h>
Definition at line 164 of file 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. | |
| 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 169 of file RODFRouteCont.h.
00169 : myDesc(desc) { }
| bool RODFRouteCont::route_finder::operator() | ( | const RODFRouteDesc & | desc | ) | [inline] |
The comparing function; compares passed edges.
Definition at line 172 of file RODFRouteCont.h.
References RODFRouteDesc::edges2Pass.
00172 { 00173 return myDesc.edges2Pass==desc.edges2Pass; 00174 }
const RODFRouteDesc& RODFRouteCont::route_finder::myDesc [private] |
The route description for which a same shall be found.
Definition at line 178 of file RODFRouteCont.h.
1.5.6