ACE
6.1.0
|
Create a Local ACE_SOCK, which is used for passing file descriptors. More...
#include <LSOCK.h>
Public Member Functions | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Protected Member Functions | |
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... |
Create a Local ACE_SOCK, which is used for passing file descriptors.
ACE_LSOCK::ACE_LSOCK | ( | void | ) | [inline, protected] |
Default constructor.
ACE_LSOCK::ACE_LSOCK | ( | ACE_HANDLE | handle | ) | [inline, protected] |
Initialize based on handle.
void ACE_LSOCK::dump | ( | void | ) | const |
Dump the state of an object.
Reimplemented in ACE_LSOCK_CODgram, ACE_LSOCK_Stream, and ACE_LSOCK_Dgram.
ACE_HANDLE ACE_LSOCK::get_handle | ( | void | ) | const [inline, protected] |
Get handle.
Reimplemented in ACE_LSOCK_CODgram, ACE_LSOCK_Dgram, and ACE_LSOCK_Stream.
void ACE_LSOCK::set_handle | ( | ACE_HANDLE | handle | ) | [inline, protected] |
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_Stream, and ACE_LSOCK_Dgram.
ACE_HANDLE ACE_LSOCK::aux_handle_ [private] |
An auxiliary handle used to avoid virtual base classes...