#include <SocketException.h>
Public Member Functions | |
| SocketException (std::string s) | |
| ~SocketException () | |
| std::string | description () |
Private Attributes | |
| std::string | m_s |
| SocketException::SocketException | ( | std::string | s | ) | [inline] |
| SocketException::~SocketException | ( | ) | [inline] |
std::string SocketException::m_s [private] |
Referenced by description().
1.5.6