SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. More...
 
int operator() (NBNode *n1, NBNode *n2) const
 Comparing operator. More...
 

Detailed Description

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

Definition at line 456 of file NBNode.h.

Constructor & Destructor Documentation

NBNode::nodes_by_id_sorter::nodes_by_id_sorter ( )
inlineexplicit

Constructor.

Definition at line 459 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 463 of file NBNode.h.

References Named::getID().


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