![]() |
Eclipse SUMO - Simulation of Urban MObility
|
data structure for caching needsCont information More...
#include <NBTrafficLightDefinition.h>
Public Member Functions | |
| bool | operator< (const StreamPair &o) const |
| bool | operator== (const StreamPair &o) const |
| StreamPair (const NBEdge *_from1, const NBEdge *_to1, const NBEdge *_from2, const NBEdge *_to2) | |
Data Fields | |
| const NBEdge * | from1 |
| const NBEdge * | from2 |
| const NBEdge * | to1 |
| const NBEdge * | to2 |
data structure for caching needsCont information
Definition at line 438 of file NBTrafficLightDefinition.h.
|
inline |
Definition at line 439 of file NBTrafficLightDefinition.h.
References from1, from2, to1, and to2.
Referenced by operator<(), and operator==().
|
inline |
Definition at line 450 of file NBTrafficLightDefinition.h.
References from1, from2, StreamPair(), to1, and to2.
|
inline |
Definition at line 445 of file NBTrafficLightDefinition.h.
References from1, from2, StreamPair(), to1, and to2.
| const NBEdge* NBTrafficLightDefinition::StreamPair::from1 |
Definition at line 463 of file NBTrafficLightDefinition.h.
Referenced by operator<(), operator==(), and StreamPair().
| const NBEdge* NBTrafficLightDefinition::StreamPair::from2 |
Definition at line 465 of file NBTrafficLightDefinition.h.
Referenced by operator<(), operator==(), and StreamPair().
| const NBEdge* NBTrafficLightDefinition::StreamPair::to1 |
Definition at line 464 of file NBTrafficLightDefinition.h.
Referenced by operator<(), operator==(), and StreamPair().
| const NBEdge* NBTrafficLightDefinition::StreamPair::to2 |
Definition at line 466 of file NBTrafficLightDefinition.h.
Referenced by operator<(), operator==(), and StreamPair().