SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
NBTrafficLightDefinition::StreamPair Struct Reference

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 NBEdgefrom1
 
const NBEdgefrom2
 
const NBEdgeto1
 
const NBEdgeto2
 

Detailed Description

data structure for caching needsCont information

Definition at line 397 of file NBTrafficLightDefinition.h.

Constructor & Destructor Documentation

NBTrafficLightDefinition::StreamPair::StreamPair ( const NBEdge _from1,
const NBEdge _to1,
const NBEdge _from2,
const NBEdge _to2 
)
inline

Definition at line 398 of file NBTrafficLightDefinition.h.

Member Function Documentation

bool NBTrafficLightDefinition::StreamPair::operator< ( const StreamPair o) const
inline

Definition at line 409 of file NBTrafficLightDefinition.h.

References from1, from2, to1, and to2.

bool NBTrafficLightDefinition::StreamPair::operator== ( const StreamPair o) const
inline

Definition at line 404 of file NBTrafficLightDefinition.h.

References from1, from2, to1, and to2.

Field Documentation

const NBEdge* NBTrafficLightDefinition::StreamPair::from1

Definition at line 422 of file NBTrafficLightDefinition.h.

Referenced by operator<(), and operator==().

const NBEdge* NBTrafficLightDefinition::StreamPair::from2

Definition at line 424 of file NBTrafficLightDefinition.h.

Referenced by operator<(), and operator==().

const NBEdge* NBTrafficLightDefinition::StreamPair::to1

Definition at line 423 of file NBTrafficLightDefinition.h.

Referenced by operator<(), and operator==().

const NBEdge* NBTrafficLightDefinition::StreamPair::to2

Definition at line 425 of file NBTrafficLightDefinition.h.

Referenced by operator<(), and operator==().


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