#include <LSOCK_CODgram.h>
Inheritance diagram for ACE_LSOCK_CODgram:
Public Methods | |
ACE_LSOCK_CODgram (void) | |
Default constructor. | |
ACE_LSOCK_CODgram (const ACE_Addr &remote_sap, const ACE_Addr &local_sap=ACE_Addr::sap_any, int protocol_family=PF_UNIX, int protocol=0) | |
Initiate a connected-datagram. | |
int | open (const ACE_Addr &remote_sap, const ACE_Addr &local_sap=ACE_Addr::sap_any, int protocol_family=PF_UNIX, int protocol=0) |
Initiate a connected-datagram. | |
ACE_HANDLE | get_handle (void) const |
Get underlying handle. | |
void | set_handle (ACE_HANDLE) |
Set underlying handle. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. |
|
Default constructor.
|
|
Initiate a connected-datagram.
|
|
Dump the state of an object.
Reimplemented from ACE_LSOCK. |
|
Get underlying handle.
Reimplemented from ACE_LSOCK. |
|
Initiate a connected-datagram.
|
|
Set underlying handle.
Reimplemented from ACE_LSOCK. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_LSOCK. |