Eclipse 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 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 842 of file MSEdge.h.

Constructor & Destructor Documentation

◆ by_id_sorter()

MSEdge::by_id_sorter::by_id_sorter ( )
inlineexplicit

constructor

Definition at line 845 of file MSEdge.h.

Member Function Documentation

◆ operator()()

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

comparing operator

Definition at line 848 of file MSEdge.h.

References MSEdge::getNumericalID().


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