#include <FIFO_Send.h>
Inheritance diagram for ACE_FIFO_Send:
Public Methods | |
ACE_FIFO_Send (void) | |
Default constructor. | |
ACE_FIFO_Send (const ACE_TCHAR *rendezvous, int flags=O_WRONLY, int perms=ACE_DEFAULT_FILE_PERMS, LPSECURITY_ATTRIBUTES sa=0) | |
Open up a bytestream named pipe for writing. | |
int | open (const ACE_TCHAR *rendezvous, int flags=O_WRONLY, int perms=ACE_DEFAULT_FILE_PERMS, LPSECURITY_ATTRIBUTES sa=0) |
Open up a bytestream named pipe for writing. | |
ssize_t | send (const void *buf, size_t len) |
Send <buf> of up to <len> bytes. | |
ssize_t | send_n (const void *buf, size_t len) |
Send <buf> of exactly <len> bytes (block until done). | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. |
|
Default constructor.
|
|
Open up a bytestream named pipe for writing.
|
|
Dump the state of an object.
Reimplemented from ACE_FIFO. Reimplemented in ACE_FIFO_Send_Msg. |
|
Open up a bytestream named pipe for writing.
Reimplemented from ACE_FIFO. Reimplemented in ACE_FIFO_Send_Msg. |
|
Send <buf> of up to <len> bytes.
Reimplemented in ACE_FIFO_Send_Msg. |
|
Send <buf> of exactly <len> bytes (block until done).
|
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_FIFO. Reimplemented in ACE_FIFO_Send_Msg. |