ACE_FIFO Class ReferenceAbstract base class for UNIX FIFOs. More...
Inheritance diagram for ACE_FIFO:
![]()
Collaboration diagram for ACE_FIFO:
![]()
Detailed DescriptionAbstract base class for UNIX FIFOs.UNIX FIFOs are also known Named Pipes, which are totally unrelated to Win32 Named Pipes. If you want to use a local IPC mechanism that will be portable to both UNIX and Win32, take a look at the <ACE_SPIPE_*> classes. Constructor & Destructor Documentation
Default constructor.
Open up the named pipe on the <rendezvous> in accordance with the flags.
Member Function Documentation
Open up the named pipe on the <rendezvous> in accordance with the flags. Reimplemented in ACE_FIFO_Send, and ACE_FIFO_Send_Msg.
Close down the ACE_FIFO and remove the rendezvous point from the file system.
Return the local address of this endpoint.
Dump the state of an object.
Reimplemented from ACE_IPC_SAP. Reimplemented in ACE_FIFO_Recv, ACE_FIFO_Recv_Msg, ACE_FIFO_Send, and ACE_FIFO_Send_Msg.
Member Data DocumentationDeclare the dynamic allocation hooks.
Reimplemented from ACE_IPC_SAP. Reimplemented in ACE_FIFO_Recv, ACE_FIFO_Recv_Msg, ACE_FIFO_Send, and ACE_FIFO_Send_Msg.
Rendezvous point in the file system.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:14:58 2008 for ACE by ![]() |