SUMO - Simulation of Urban MObility
libsumo::MultiEntryExit Class Reference

#include <MultiEntryExit.h>

Collaboration diagram for libsumo::MultiEntryExit:
Collaboration graph

Static Public Member Functions

static int getIDCount ()
 
static std::vector< std::string > getIDList ()
 
static int getLastStepHaltingNumber (const std::string &detID)
 
static double getLastStepMeanSpeed (const std::string &detID)
 
static std::vector< std::string > getLastStepVehicleIDs (const std::string &detID)
 
static int getLastStepVehicleNumber (const std::string &detID)
 

Private Member Functions

 MultiEntryExit ()
 invalidated standard constructor More...
 
 MultiEntryExit (const MultiEntryExit &src)
 invalidated copy constructor More...
 
MultiEntryExitoperator= (const MultiEntryExit &src)
 invalidated assignment operator More...
 

Static Private Member Functions

static MSE3CollectorgetDetector (const std::string &detID)
 

Detailed Description

Definition at line 49 of file MultiEntryExit.h.

Constructor & Destructor Documentation

◆ MultiEntryExit() [1/2]

libsumo::MultiEntryExit::MultiEntryExit ( )
private

invalidated standard constructor

◆ MultiEntryExit() [2/2]

libsumo::MultiEntryExit::MultiEntryExit ( const MultiEntryExit src)
private

invalidated copy constructor

Member Function Documentation

◆ getDetector()

◆ getIDCount()

◆ getIDList()

◆ getLastStepHaltingNumber()

int MultiEntryExit::getLastStepHaltingNumber ( const std::string &  detID)
static

◆ getLastStepMeanSpeed()

double MultiEntryExit::getLastStepMeanSpeed ( const std::string &  detID)
static

◆ getLastStepVehicleIDs()

std::vector< std::string > MultiEntryExit::getLastStepVehicleIDs ( const std::string &  detID)
static

◆ getLastStepVehicleNumber()

int MultiEntryExit::getLastStepVehicleNumber ( const std::string &  detID)
static

◆ operator=()

MultiEntryExit& libsumo::MultiEntryExit::operator= ( const MultiEntryExit src)
private

invalidated assignment operator


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