log4cplus
2.0.0
|
#include <socket.h>
Public Member Functions | |
socket_holder () | |
socket_holder (os_socket_type s) | |
~socket_holder () | |
void | reset (os_socket_type s=INVALID_OS_SOCKET_VALUE) |
os_socket_type | detach () |
socket_holder (socket_holder &&) | |
socket_holder (socket_holder const &) | |
socket_holder | operator= (socket_holder &&) |
socket_holder | operator= (socket_holder const &) |
Public Attributes | |
os_socket_type | sock |
Definition at line 140 of file internal/socket.h.
log4cplus::helpers::socket_holder::socket_holder | ( | ) | [inline] |
Definition at line 144 of file internal/socket.h.
Definition at line 148 of file internal/socket.h.
log4cplus::helpers::socket_holder::~socket_holder | ( | ) | [inline] |
Definition at line 152 of file internal/socket.h.
References sock.
os_socket_type log4cplus::helpers::socket_holder::detach | ( | ) | [inline] |
Definition at line 167 of file internal/socket.h.
References log4cplus::helpers::INVALID_OS_SOCKET_VALUE, and sock.
socket_holder log4cplus::helpers::socket_holder::operator= | ( | socket_holder && | ) |
socket_holder log4cplus::helpers::socket_holder::operator= | ( | socket_holder const & | ) |
void log4cplus::helpers::socket_holder::reset | ( | os_socket_type | s = INVALID_OS_SOCKET_VALUE | ) | [inline] |
Definition at line 158 of file internal/socket.h.
References log4cplus::helpers::INVALID_OS_SOCKET_VALUE, and sock.
Definition at line 142 of file internal/socket.h.
Referenced by detach(), reset(), and ~socket_holder().