SUMO - Simulation of Urban MObility
|
#include <socket.h>
Public Member Functions | |
SocketException (std::string what) throw () | |
virtual const char * | what () const throw () |
~SocketException () throw () |
Private Attributes | |
std::string | what_ |
|
inline |
|
inline |
|
inlinevirtual |
Definition at line 70 of file socket.h.
References what_.
Referenced by testclient::TraCITestClient::commandClose(), testclient::TraCITestClient::commandDistanceRequest(), testclient::TraCITestClient::commandGetVariable(), testclient::TraCITestClient::commandGetVariablePlus(), testclient::TraCITestClient::commandPositionConversion(), testclient::TraCITestClient::commandSetValue(), testclient::TraCITestClient::commandSimulationStep2(), testclient::TraCITestClient::commandSubscribeVariable(), testclient::TraCITestClient::connect(), OutputDevice_Network::OutputDevice_Network(), traci::TraCIServer::processCommandsUntilSimStep(), SocketException(), and traci::TraCIServer::TraCIServer().
|
private |
Definition at line 62 of file socket.h.
Referenced by SocketException(), and what().