log4cplus  2.0.0
Public Member Functions | Public Attributes
log4cplus::helpers::socket_holder Struct Reference

#include <socket.h>

List of all members.

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

Detailed Description

Definition at line 140 of file internal/socket.h.


Constructor & Destructor Documentation

Definition at line 144 of file internal/socket.h.

Definition at line 148 of file internal/socket.h.

Definition at line 152 of file internal/socket.h.

References sock.


Member Function Documentation

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 &  )

Definition at line 158 of file internal/socket.h.

References log4cplus::helpers::INVALID_OS_SOCKET_VALUE, and sock.


Member Data Documentation

Definition at line 142 of file internal/socket.h.

Referenced by detach(), reset(), and ~socket_holder().


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