MPD
0.20.18
|
Go to the source code of this file.
Data Structures | |
class | SocketErrorMessage |
Helper class that formats a socket error message into a human-readable string. More... | |
Typedefs | |
typedef int | socket_error_t |
Functions | |
static gcc_pure socket_error_t | GetSocketError () noexcept |
static gcc_const bool | IsSocketErrorAgain (socket_error_t code) noexcept |
static gcc_const bool | IsSocketErrorInterruped (socket_error_t code) noexcept |
static gcc_const bool | IsSocketErrorClosed (socket_error_t code) noexcept |
static gcc_const std::system_error | MakeSocketError (socket_error_t code, const char *msg) noexcept |
static gcc_pure std::system_error | MakeSocketError (const char *msg) noexcept |
typedef int socket_error_t |
Definition at line 31 of file SocketError.hxx.
|
inlinestaticnoexcept |
Definition at line 36 of file SocketError.hxx.
|
inlinestaticnoexcept |
Definition at line 47 of file SocketError.hxx.
|
inlinestaticnoexcept |
Definition at line 69 of file SocketError.hxx.
|
inlinestaticnoexcept |
Definition at line 58 of file SocketError.hxx.
|
inlinestaticnoexcept |
Definition at line 100 of file SocketError.hxx.
|
inlinestaticnoexcept |
Definition at line 111 of file SocketError.hxx.