#include <LSOCK_Dgram.h>
Public Member Functions | |
ACE_LSOCK_Dgram (void) | |
Default constructor. | |
ACE_LSOCK_Dgram (const ACE_Addr &local, int protocol_family=PF_UNIX, int protocol=0) | |
Initiate a local dgram. | |
int | open (const ACE_Addr &local, int protocol_family=PF_UNIX, int protocol=0) |
Initiate a local dgram. | |
ACE_HANDLE | get_handle (void) const |
Get handle. | |
void | set_handle (ACE_HANDLE) |
Set handle. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. |
ACE_LSOCK_Dgram::ACE_LSOCK_Dgram | ( | void | ) |
Default constructor.
ACE_LSOCK_Dgram::ACE_LSOCK_Dgram | ( | const ACE_Addr & | local, | |
int | protocol_family = PF_UNIX , |
|||
int | protocol = 0 | |||
) |
Initiate a local dgram.
int ACE_LSOCK_Dgram::open | ( | const ACE_Addr & | local, | |
int | protocol_family = PF_UNIX , |
|||
int | protocol = 0 | |||
) |
Initiate a local dgram.
ACE_INLINE ACE_HANDLE ACE_LSOCK_Dgram::get_handle | ( | void | ) | const |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE void ACE_LSOCK_Dgram::set_handle | ( | ACE_HANDLE | h | ) |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_LSOCK_Dgram::dump | ( | void | ) | const |