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

#include <socket.h>

Inheritance diagram for tcpip::SocketException:

Public Member Functions

 SocketException (std::string what) throw ()
 
virtual const char * what () const throw ()
 
 ~SocketException () throw ()
 

Private Attributes

std::string what_
 

Detailed Description

Definition at line 59 of file socket.h.

Constructor & Destructor Documentation

tcpip::SocketException::SocketException ( std::string  what) throw ()
inline

Definition at line 64 of file socket.h.

References what(), and what_.

tcpip::SocketException::~SocketException ( ) throw ()
inline

Definition at line 75 of file socket.h.

Member Function Documentation

Field Documentation

std::string tcpip::SocketException::what_
private

Definition at line 62 of file socket.h.

Referenced by SocketException(), and what().


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