internal_socket.h(3)
| socket.h(3) | log4cplus | socket.h(3) |
NAME
socket.h
SYNOPSIS
#include <log4cplus/config.hxx>
#include <log4cplus/config/windowsh-inc.h>
#include <log4cplus/helpers/socket.h>
#include <cerrno>
Classes
struct log4cplus::helpers::ADDRINFOT_deleter
struct log4cplus::helpers::socket_closer
struct log4cplus::helpers::socket_holder
Namespaces
log4cplus
log4cplus::helpers
Typedefs
typedef SOCKET log4cplus::helpers::os_socket_type
Functions
static os_socket_type log4cplus::helpers::to_os_socket
(SOCKET_TYPE const &x)
static SOCKET_TYPE log4cplus::helpers::to_log4cplus_socket
(os_socket_type const &x)
static void log4cplus::helpers::set_last_socket_error (int err)
static int log4cplus::helpers::get_last_socket_error ()
Variables
const os_socket_type
log4cplus::helpers::INVALID_OS_SOCKET_VALUE = INVALID_SOCKET
Detailed Description
This header contains declaration internal to log4cplus. They must never be visible from user accesible headers or exported in DLL/shared libray.
Definition in file internal/socket.h.
Author
Generated automatically by Doxygen for log4cplus from the source code.
| Fri Jun 18 2021 | Version 2.0.6 |
