#include <LSOCK.h>
Inheritance diagram for ACE_LSOCK:
Public Methods | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Protected Methods | |
ACE_LSOCK (void) | |
Default constructor. | |
ACE_LSOCK (ACE_HANDLE handle) | |
Initialize based on <handle>. | |
ACE_HANDLE | get_handle (void) const |
Get handle. | |
void | set_handle (ACE_HANDLE handle) |
Set handle. | |
Private Attributes | |
ACE_HANDLE | aux_handle_ |
An auxiliary handle used to avoid virtual base classes... |
|
Default constructor.
|
|
Initialize based on <handle>.
|
|
Dump the state of an object.
Reimplemented in ACE_LSOCK_CODgram, ACE_LSOCK_Dgram, and ACE_LSOCK_Stream. |
|
Get handle.
Reimplemented in ACE_LSOCK_CODgram, ACE_LSOCK_Dgram, and ACE_LSOCK_Stream. |
|
Set handle.
Reimplemented in ACE_LSOCK_CODgram, ACE_LSOCK_Dgram, and ACE_LSOCK_Stream. |
|
Declare the dynamic allocation hooks.
Reimplemented in ACE_LSOCK_CODgram, ACE_LSOCK_Dgram, and ACE_LSOCK_Stream. |
|
An auxiliary handle used to avoid virtual base classes...
|