Eclipse SUMO - Simulation of Urban MObility
libsumo::TraCINextStopDataVector Struct Reference

A list of vehicle stops. More...

#include <TraCIDefs.h>

Inheritance diagram for libsumo::TraCINextStopDataVector:
[legend]
Collaboration diagram for libsumo::TraCINextStopDataVector:
[legend]

Public Member Functions

std::string getString () const
 
virtual int getType () const
 

Data Fields

std::vector< TraCINextStopDatavalue
 

Detailed Description

A list of vehicle stops.

See also
TraCINextStopData

Definition at line 525 of file TraCIDefs.h.

Member Function Documentation

◆ getString()

std::string libsumo::TraCINextStopDataVector::getString ( ) const
inlinevirtual

Reimplemented from libsumo::TraCIResult.

Definition at line 526 of file TraCIDefs.h.

◆ getType()

virtual int libsumo::TraCIResult::getType ( ) const
inlinevirtualinherited

Reimplemented in libsumo::TraCIString, and libsumo::TraCIDouble.

Definition at line 170 of file TraCIDefs.h.

Referenced by libsumo::StorageHelper::toStorage().

Here is the caller graph for this function:

Field Documentation

◆ value

std::vector<TraCINextStopData> libsumo::TraCINextStopDataVector::value

Definition at line 536 of file TraCIDefs.h.


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