SUMO - Simulation of Urban MObility
NBNode::nodes_by_id_sorter Class Reference

Used for sorting the cells by the begin time they describe. More...

#include <NBNode.h>

Public Member Functions

 nodes_by_id_sorter ()
 Constructor.
int operator() (NBNode *n1, NBNode *n2) const
 Comparing operator.

Detailed Description

Used for sorting the cells by the begin time they describe.

Definition at line 441 of file NBNode.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 444 of file NBNode.h.


Member Function Documentation

int NBNode::nodes_by_id_sorter::operator() ( NBNode n1,
NBNode n2 
) const [inline]

Comparing operator.

Definition at line 448 of file NBNode.h.

References Named::getID().


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines