Public Member Functions |
| AbstractSocket (SOCKET_TYPE sock, SocketState state, int err) |
| AbstractSocket (const AbstractSocket &) |
virtual void | close () |
| Close socket.
|
virtual bool | isOpen () const |
AbstractSocket & | operator= (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 52 of file socket.h.
The documentation for this class was generated from the following file:
- oflog/include/dcmtk/oflog/helpers/socket.h