SUMO - Simulation of Urban MObility
ODMatrix::by_begin_sorter Class Reference

Sorts cells by their start time. More...

Collaboration diagram for ODMatrix::by_begin_sorter:
Collaboration graph

Public Member Functions

 by_begin_sorter ()
 constructor More...
 
int operator() (const ODCell *const c1, const ODCell *const c2) const
 comparing operator More...
 

Detailed Description

Sorts cells by their start time.

Definition at line 343 of file ODMatrix.h.

Constructor & Destructor Documentation

ODMatrix::by_begin_sorter::by_begin_sorter ( )
inlineexplicit

constructor

Definition at line 346 of file ODMatrix.h.

Member Function Documentation

int ODMatrix::by_begin_sorter::operator() ( const ODCell *const  c1,
const ODCell *const  c2 
) const
inline

comparing operator

Definition at line 349 of file ODMatrix.h.

References ODCell::begin.


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