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

Sorts edges by their ids. More...

#include <MSEdge.h>

Collaboration diagram for MSEdge::by_id_sorter:
Collaboration graph

Public Member Functions

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

Detailed Description

Sorts edges by their ids.

Definition at line 712 of file MSEdge.h.

Constructor & Destructor Documentation

MSEdge::by_id_sorter::by_id_sorter ( )
inlineexplicit

constructor

Definition at line 715 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 718 of file MSEdge.h.

References Named::getID().

Referenced by MSEdge::transportable_by_position_sorter::transportable_by_position_sorter().


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