SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TraCIAPI::TraCILink Class Reference

#include <TraCIAPI.h>

Public Member Functions

 TraCILink (const std::string &_from, const std::string &_via, const std::string &_to)
 
 ~TraCILink ()
 

Data Fields

std::string from
 
std::string to
 
std::string via
 

Detailed Description

Definition at line 112 of file TraCIAPI.h.

Constructor & Destructor Documentation

TraCIAPI::TraCILink::TraCILink ( const std::string &  _from,
const std::string &  _via,
const std::string &  _to 
)
inline

Definition at line 114 of file TraCIAPI.h.

TraCIAPI::TraCILink::~TraCILink ( )
inline

Definition at line 116 of file TraCIAPI.h.

Field Documentation

std::string TraCIAPI::TraCILink::from

Definition at line 118 of file TraCIAPI.h.

std::string TraCIAPI::TraCILink::to

Definition at line 120 of file TraCIAPI.h.

std::string TraCIAPI::TraCILink::via

Definition at line 119 of file TraCIAPI.h.


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