RODFRouteCont::route_finder Class Reference

#include <RODFRouteCont.h>


Detailed Description

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

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 RODFRouteDescmyDesc
 The route description for which a same shall be found.

Constructor & Destructor Documentation

RODFRouteCont::route_finder::route_finder ( const RODFRouteDesc desc  )  [inline, explicit]

onstructor

Parameters:
[in] desc The route description to which a same shall be found

Definition at line 169 of file RODFRouteCont.h.

00169 : myDesc(desc) { }


Member Function Documentation

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         }


Field Documentation

The route description for which a same shall be found.

Definition at line 178 of file RODFRouteCont.h.


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

Generated on Wed May 5 00:06:59 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6