log4cplus  2.0.0
Public Member Functions | Protected Attributes
log4cplus::helpers::AbstractSocket Class Reference

#include <socket.h>

Inheritance diagram for log4cplus::helpers::AbstractSocket:
[legend]

List of all members.

Public Member Functions

 AbstractSocket ()
 AbstractSocket (SOCKET_TYPE sock, SocketState state, int err)
 AbstractSocket (AbstractSocket const &)
 AbstractSocket (AbstractSocket &&)
virtual ~AbstractSocket ()=0
virtual void close ()
 Close socket.
virtual bool isOpen () const
virtual void shutdown ()
AbstractSocketoperator= (AbstractSocket &&rhs)
void swap (AbstractSocket &)

Protected Attributes

SOCKET_TYPE sock
SocketState state
int err

Detailed Description

Definition at line 56 of file helpers/socket.h.


Constructor & Destructor Documentation


Member Function Documentation

virtual void log4cplus::helpers::AbstractSocket::close ( ) [virtual]

Close socket.

virtual bool log4cplus::helpers::AbstractSocket::isOpen ( ) const [virtual]
AbstractSocket& log4cplus::helpers::AbstractSocket::operator= ( AbstractSocket &&  rhs)

Member Data Documentation

Definition at line 75 of file helpers/socket.h.

Definition at line 73 of file helpers/socket.h.

Definition at line 74 of file helpers/socket.h.


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