SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 718 of file MSEdge.h.

Constructor & Destructor Documentation

MSEdge::by_id_sorter::by_id_sorter ( )
inlineexplicit

constructor

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

References Named::getID().


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