SUMO - Simulation of Urban MObility
TraCIAPI::LaneAreaScope Class Reference

Scope for interaction with lane area detectors. More...

#include <TraCIAPI.h>

Inheritance diagram for TraCIAPI::LaneAreaScope:
Inheritance graph
Collaboration diagram for TraCIAPI::LaneAreaScope:
Collaboration graph

Public Member Functions

std::vector< std::string > getIDList () const
 
 LaneAreaScope (TraCIAPI &parent)
 
virtual ~LaneAreaScope ()
 

Protected Attributes

TraCIAPImyParent
 The parent TraCI client which offers the connection. More...
 

Private Member Functions

 LaneAreaScope (const LaneAreaScope &src)
 invalidated copy constructor More...
 
LaneAreaScopeoperator= (const LaneAreaScope &src)
 invalidated assignment operator More...
 

Detailed Description

Scope for interaction with lane area detectors.

Definition at line 335 of file TraCIAPI.h.

Constructor & Destructor Documentation

◆ LaneAreaScope() [1/2]

TraCIAPI::LaneAreaScope::LaneAreaScope ( TraCIAPI parent)
inline

Definition at line 337 of file TraCIAPI.h.

◆ ~LaneAreaScope()

virtual TraCIAPI::LaneAreaScope::~LaneAreaScope ( )
inlinevirtual

Definition at line 338 of file TraCIAPI.h.

References TraCIAPI::TraCIScopeWrapper::operator=().

◆ LaneAreaScope() [2/2]

TraCIAPI::LaneAreaScope::LaneAreaScope ( const LaneAreaScope src)
private

invalidated copy constructor

Member Function Documentation

◆ getIDList()

std::vector< std::string > TraCIAPI::LaneAreaScope::getIDList ( ) const

Definition at line 1227 of file TraCIAPI.cpp.

References CMD_GET_LANEAREA_VARIABLE, and ID_LIST.

◆ operator=()

LaneAreaScope& TraCIAPI::LaneAreaScope::operator= ( const LaneAreaScope src)
private

invalidated assignment operator

Field Documentation

◆ myParent

TraCIAPI& TraCIAPI::TraCIScopeWrapper::myParent
protectedinherited

The parent TraCI client which offers the connection.

Definition at line 129 of file TraCIAPI.h.


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