#include <socket.h>

Definition at line 58 of file 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 69 of file socket.h.
References what_.
Referenced by testclient::TraCITestClient::commandChangeLane(), testclient::TraCITestClient::commandChangeRoute(), testclient::TraCITestClient::commandChangeTarget(), testclient::TraCITestClient::commandClose(), testclient::TraCITestClient::commandDistanceRequest(), testclient::TraCITestClient::commandGetTLStatus(), testclient::TraCITestClient::commandGetVariable(), testclient::TraCITestClient::commandGetVariablePlus(), testclient::TraCITestClient::commandPositionConversion(), testclient::TraCITestClient::commandScenario(), testclient::TraCITestClient::commandSetMaximumSpeed(), testclient::TraCITestClient::commandSetValue(), testclient::TraCITestClient::commandSimulationStep(), testclient::TraCITestClient::commandSimulationStep2(), testclient::TraCITestClient::commandSlowDown(), testclient::TraCITestClient::commandStopNode(), testclient::TraCITestClient::commandSubscribeVariable(), testclient::TraCITestClient::connect(), OutputDevice_Network::OutputDevice_Network(), traci::TraCIServer::processCommandsUntilSimStep(), SocketException(), and traci::TraCIServer::TraCIServer().
00070 { 00071 return what_.c_str(); 00072 }
std::string tcpip::SocketException::what_ [private] |
1.5.6