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_ |
tcpip::SocketException::SocketException | ( | std::string | what | ) | throw () [inline] |
tcpip::SocketException::~SocketException | ( | ) | throw () [inline] |
virtual const char* tcpip::SocketException::what | ( | ) | const throw () [inline, virtual] |
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().
std::string tcpip::SocketException::what_ [private] |
Definition at line 62 of file socket.h.
Referenced by SocketException(), and what().