#include <FIFO_Recv_Msg.h>
Inheritance diagram for ACE_FIFO_Recv_Msg:
Public Methods | |
ACE_FIFO_Recv_Msg (void) | |
Default constructor. More... | |
ACE_FIFO_Recv_Msg (const ACE_TCHAR *rendezvous, int flags=O_CREAT|O_RDONLY, int perms=ACE_DEFAULT_FILE_PERMS, int persistent=1, LPSECURITY_ATTRIBUTES sa=0) | |
Open up a record-oriented named pipe for reading. More... | |
int | open (const ACE_TCHAR *rendezvous, int flags=O_CREAT|O_RDONLY, int perms=ACE_DEFAULT_FILE_PERMS, int persistent=1, LPSECURITY_ATTRIBUTES sa=0) |
Open up a record-oriented named pipe for reading. More... | |
ssize_t | recv (ACE_Str_Buf &msg) |
Recv <msg> as an ACE_Str_Buf. More... | |
ssize_t | recv (void *buf, size_t len) |
Recv <msg> as a buffer. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... |
|
Default constructor.
|
|
Open up a record-oriented named pipe for reading.
|
|
Dump the state of an object.
Reimplemented from ACE_FIFO_Recv. |
|
Open up a record-oriented named pipe for reading.
Reimplemented from ACE_FIFO_Recv. |
|
Recv <msg> as a buffer.
Reimplemented from ACE_FIFO_Recv. |
|
Recv <msg> as an ACE_Str_Buf.
|
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_FIFO_Recv. |