SUMO - Simulation of Urban MObility
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 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) [inline, explicit]

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.


Field Documentation

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines