SUMO - Simulation of Urban MObility
MSEdge::by_id_sorter Class Reference

Sorts edges by their ids. More...

#include <MSEdge.h>

Public Member Functions

 by_id_sorter ()
 constructor
int operator() (const MSEdge *const e1, const MSEdge *const e2) const
 comparing operator

Detailed Description

Sorts edges by their ids.

Definition at line 453 of file MSEdge.h.


Constructor & Destructor Documentation

MSEdge::by_id_sorter::by_id_sorter ( ) [inline, explicit]

constructor

Definition at line 456 of file MSEdge.h.


Member Function Documentation

int MSEdge::by_id_sorter::operator() ( const MSEdge *const  e1,
const MSEdge *const  e2 
) const [inline]

comparing operator

Definition at line 459 of file MSEdge.h.

References MSEdge::getID().


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines