Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
libsumo::TraCINextStopDataVectorWrapped Struct Reference

A list of vehicle stops. More...

#include <TraCIDefs.h>

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

Public Member Functions

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

Data Fields

std::vector< TraCINextStopDatavalue

Detailed Description

A list of vehicle stops.

See also
TraCINextStopData

Definition at line 675 of file TraCIDefs.h.

Member Function Documentation

◆ getString()

std::string libsumo::TraCINextStopDataVectorWrapped::getString ( ) const
inlineoverridevirtual

Reimplemented from libsumo::TraCIResult.

Definition at line 676 of file TraCIDefs.h.

References value.

◆ getType()

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

Reimplemented in libsumo::TraCIDouble, libsumo::TraCIInt, libsumo::TraCIPosition, libsumo::TraCIRoadPosition, and libsumo::TraCIString.

Definition at line 171 of file TraCIDefs.h.

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

Here is the caller graph for this function:

Field Documentation

◆ value

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

Definition at line 686 of file TraCIDefs.h.

Referenced by getString().


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