ACE_LSOCK_Stream Class Reference
Create a Local
ACE_SOCK stream.
More...
#include <LSOCK_Stream.h>
List of all members.
Detailed Description
Create a Local
ACE_SOCK stream.
Member Typedef Documentation
Member Function Documentation
ssize_t ACE_LSOCK_Stream::send_msg |
( |
const iovec |
iov[], |
|
|
size_t |
n, |
|
|
ACE_HANDLE |
handle | |
|
) |
| | |
Send iovecs via <writev>.
ssize_t ACE_LSOCK_Stream::recv_msg |
( |
iovec |
iov[], |
|
|
size_t |
n, |
|
|
ACE_HANDLE & |
handle | |
|
) |
| | |
Send iovecs via <writev>.
ACE_INLINE ACE_HANDLE ACE_LSOCK_Stream::get_handle |
( |
void |
|
) |
const |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE void ACE_LSOCK_Stream::set_handle |
( |
ACE_HANDLE |
fd |
) |
|
Overrides set_handle from the base classes.
Reimplemented from ACE_LSOCK.
void ACE_LSOCK_Stream::dump |
( |
void |
|
) |
const |
Dump the state of an object.
Reimplemented from ACE_LSOCK.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL int ACE_LSOCK_Stream::get_local_addr |
( |
ACE_Addr & |
addr |
) |
const |
This method simply returns the "local" addr.
Reimplemented from ACE_SOCK.
int ACE_LSOCK_Stream::get_remote_addr |
( |
ACE_Addr & |
addr |
) |
const |
This method returns the "local" addr since it's the same value for UNIX domain sockets.
Reimplemented from ACE_SOCK.
Member Data Documentation
Declare the dynamic allocation hooks.
Reimplemented from ACE_LSOCK.
The documentation for this class was generated from the following files: