NAME
ACE_LSOCK_Dgram -
Create a Local ACE_SOCK datagram.
SYNOPSIS
#include <ace/LSOCK_Dgram.h>
class ACE_LSOCK_Dgram : public ACE_SOCK_Dgram, public ACE_LSOCK
{
public:
ACE_LSOCK_Dgram (void);
ACE_LSOCK_Dgram (
const ACE_Addr &local,
int protocol_family = PF_UNIX,
int protocol = 0
);
int open (
const ACE_Addr &local,
int protocol_family = PF_UNIX,
int protocol = 0
);
ACE_HANDLE get_handle (void) const;
void set_handle (ACE_HANDLE);
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;
};
Initialization methods.
ACE_LSOCK_Dgram (void);
ACE_LSOCK_Dgram (
const ACE_Addr &local,
int protocol_family = PF_UNIX,
int protocol = 0
);
int open (
const ACE_Addr &local,
int protocol_family = PF_UNIX,
int protocol = 0
);
ACE_HANDLE get_handle (void) const;
void set_handle (ACE_HANDLE);
void dump (void) const;
Dump the state of an object.
ACE_ALLOC_HOOK_DECLARE;
Declare the dynamic allocation hooks.
AUTHOR
Doug Schmidt
LIBRARY
ace