MSEventControl::EventSortCrit Class Reference

#include <MSEventControl.h>


Detailed Description

Sort-criterion for events.

Sorts events by their execution time

Definition at line 139 of file MSEventControl.h.


Public Member Functions

bool operator() (const Event &e1, const Event &e2) const
 compares two events

Member Function Documentation

bool MSEventControl::EventSortCrit::operator() ( const Event e1,
const Event e2 
) const [inline]

compares two events

Definition at line 142 of file MSEventControl.h.

00142                                                                 {
00143             return e1.second > e2.second;
00144         }


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

Generated on Wed May 5 00:06:47 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6