ACE_SPIPE Class ReferenceDefines the member functions for the base class of the ACE_SPIPE abstraction. More...
Inheritance diagram for ACE_SPIPE:
![]()
Collaboration diagram for ACE_SPIPE:
![]()
Detailed DescriptionDefines 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.
Constructor & Destructor Documentation
Ensure that this class is an abstract base class.
Member Function Documentation
Close down the SPIPE without removing the rendezvous point.
Closes the underlying pipe handle and sets this object's handle value to
Reimplemented in ACE_SPIPE_Acceptor, ACE_UPIPE_Acceptor, and ACE_UPIPE_Stream.
Close down the SPIPE and remove the rendezvous point from the file system.
Reimplemented in ACE_SPIPE_Acceptor, and ACE_UPIPE_Acceptor.
Return the local address of this endpoint. Returns the local address of the SPIPE's endpoint in
Disable signal
Reimplemented from ACE_IPC_SAP.
Dump the state of an object.
Reimplemented from ACE_IPC_SAP. Reimplemented in ACE_SPIPE_Acceptor, ACE_SPIPE_Stream, ACE_UPIPE_Acceptor, and ACE_UPIPE_Stream.
Member Data DocumentationDeclare the dynamic allocation hooks.
Reimplemented from ACE_IPC_SAP. Reimplemented in ACE_SPIPE_Acceptor, ACE_SPIPE_Stream, ACE_UPIPE_Acceptor, and ACE_UPIPE_Stream.
Our local address.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:17:07 2008 for ACE by ![]() |