#include <FIFO_Send_Msg.h>
Public Member Functions | |
ACE_FIFO_Send_Msg (void) | |
Default constructor. | |
ACE_FIFO_Send_Msg (const ACE_TCHAR *rendezvous, int flags=O_WRONLY, mode_t perms=ACE_DEFAULT_FILE_PERMS, LPSECURITY_ATTRIBUTES sa=0) | |
Open up a record-oriented named pipe for writing. | |
int | open (const ACE_TCHAR *rendezvous, int flags=O_WRONLY, mode_t perms=ACE_DEFAULT_FILE_PERMS, LPSECURITY_ATTRIBUTES sa=0) |
Open up a record-oriented named pipe for writing. | |
ssize_t | send (const ACE_Str_Buf &msg) |
Send buf of up to len bytes. | |
ssize_t | send (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. |
ACE_FIFO_Send_Msg::ACE_FIFO_Send_Msg | ( | void | ) |
Default constructor.
ACE_FIFO_Send_Msg::ACE_FIFO_Send_Msg | ( | const ACE_TCHAR * | rendezvous, | |
int | flags = O_WRONLY , |
|||
mode_t | perms = ACE_DEFAULT_FILE_PERMS , |
|||
LPSECURITY_ATTRIBUTES | sa = 0 | |||
) |
Open up a record-oriented named pipe for writing.
ssize_t ACE_FIFO_Send_Msg::send | ( | const ACE_Str_Buf & | msg | ) |
Send buf of up to len bytes.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ssize_t ACE_FIFO_Send_Msg::send | ( | const void * | buf, | |
size_t | len | |||
) |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_FIFO_Send_Msg::dump | ( | void | ) | const |