log4cplus  1.1.0
Public Member Functions | Protected 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 (const AbstractSocket &)
virtual ~AbstractSocket ()=0
virtual void close ()
 Close socket.
virtual bool isOpen () const
AbstractSocketoperator= (const AbstractSocket &rhs)

Protected Member Functions

virtual void copy (const AbstractSocket &rhs)

Protected Attributes

SOCKET_TYPE sock
SocketState state
int err

Detailed Description

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


Constructor & Destructor Documentation


Member Function Documentation

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

Close socket.

virtual void log4cplus::helpers::AbstractSocket::copy ( const AbstractSocket rhs) [protected, virtual]
virtual bool log4cplus::helpers::AbstractSocket::isOpen ( ) const [virtual]
AbstractSocket& log4cplus::helpers::AbstractSocket::operator= ( const 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: