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

#include <TraCIDefs.h>

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

Public Member Functions

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

Data Fields

std::vector< double > value
 

Detailed Description

Definition at line 317 of file TraCIDefs.h.

Member Function Documentation

◆ getString()

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

Reimplemented from libsumo::TraCIResult.

Definition at line 318 of file TraCIDefs.h.

References value.

◆ 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<double> libsumo::TraCIDoubleList::value

Definition at line 327 of file TraCIDefs.h.

Referenced by getString().


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