ACE
6.4.2
|
Defines the member functions for the base class of the ACE_SPIPE abstraction. More...
#include <SPIPE.h>
Public Member Functions | |
int | close (void) |
Close down the SPIPE without removing the rendezvous point. More... | |
int | remove (void) |
int | get_local_addr (ACE_SPIPE_Addr &) const |
Return the local address of this endpoint. More... | |
int | disable (int signum) const |
void | dump (void) const |
Dump the state of an object. More... | |
Public Member Functions inherited from ACE_IPC_SAP | |
int | control (int cmd, void *) const |
Interface for <ioctl>. More... | |
int | enable (int value) const |
int | disable (int value) const |
ACE_HANDLE | get_handle (void) const |
Get the underlying handle. More... | |
void | set_handle (ACE_HANDLE handle) |
Set the underlying handle. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
Public Attributes inherited from ACE_IPC_SAP | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
Protected Member Functions | |
ACE_SPIPE (void) | |
Ensure that this class is an abstract base class. More... | |
Protected Member Functions inherited from ACE_IPC_SAP | |
ACE_IPC_SAP (void) | |
Default constructor. More... | |
~ACE_IPC_SAP (void) | |
Protected destructor. More... | |
Protected Attributes | |
ACE_SPIPE_Addr | local_addr_ |
Our local address. More... | |
Defines the member functions for the base class of the ACE_SPIPE abstraction.
ACE_SPIPE was designed as a wrapper facade for STREAM pipes. On Windows, however, ACE_SPIPE is a wrapper for Named Pipes. Therefore, on Windows, it is better to use the ACE_Proactor or blocking operations in lieu of using the ACE_Reactor.
ACE_HAS_STREAM_PIPES
is defined.
|
protected |
Ensure that this class is an abstract base class.
int ACE_SPIPE::close | ( | void | ) |
Close down the SPIPE without removing the rendezvous point.
Closes the underlying pipe handle and sets this object's handle value to ACE_INVALID_HANDLE
.
|
inline |
Disable signal
void ACE_SPIPE::dump | ( | void | ) | const |
Dump the state of an object.
int ACE_SPIPE::get_local_addr | ( | ACE_SPIPE_Addr & | local_sap | ) | const |
Return the local address of this endpoint.
Returns the local address of the SPIPE's endpoint in
int ACE_SPIPE::remove | ( | void | ) |
Close down the SPIPE and remove the rendezvous point from the file system.
ACE_SPIPE::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
|
protected |
Our local address.