SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RODFRouteCont::route_finder Class Reference

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 Member Functions

route_finderoperator= (const route_finder &)
 invalidated assignment operator

Private Attributes

const RODFRouteDescmyDesc
 The route description for which a same shall be found.

Detailed Description

A class for finding a same route (one that passes the same edges)

Definition at line 166 of file RODFRouteCont.h.

Constructor & Destructor Documentation

RODFRouteCont::route_finder::route_finder ( const RODFRouteDesc desc)
inlineexplicit

onstructor

Parameters
[in]descThe route description to which a same shall be found

Definition at line 171 of file RODFRouteCont.h.

Member Function Documentation

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.

route_finder& RODFRouteCont::route_finder::operator= ( const route_finder )
private

invalidated assignment operator

Field Documentation

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()().


The documentation for this class was generated from the following file: