ACE
6.4.2
|
Defines the header file for the C++ wrapper for System V IPC message queues. More...
#include <SV_Message_Queue.h>
Public Types | |
enum | { ACE_CREATE = IPC_CREAT, ACE_OPEN = 0, ACE_NOWAIT = IPC_NOWAIT } |
Public Member Functions | |
ACE_SV_Message_Queue (void) | |
Open a message queue using the <external_id>. More... | |
ACE_SV_Message_Queue (key_t external_id, int create=ACE_SV_Message_Queue::ACE_OPEN, int perms=ACE_DEFAULT_FILE_PERMS) | |
int | open (key_t external_id, int create=ACE_SV_Message_Queue::ACE_OPEN, int perms=ACE_DEFAULT_FILE_PERMS) |
~ACE_SV_Message_Queue (void) | |
int | close (void) |
int | remove (void) |
Close down and remove the message queue from the system. More... | |
ssize_t | recv (ACE_SV_Message &mb, int length, long mtype=0, int mflags=0) |
int | send (const ACE_SV_Message &mb, int length, int mflags=0) |
int | control (int option, void *arg=0) |
Access the underlying control operations. More... | |
int | get_id (void) const |
Get the underly internal id. More... | |
void | set_id (int) |
Set the underly internal id. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
Protected Attributes | |
int | internal_id_ |
Returned from the underlying <msgget> system call. More... | |
Defines the header file for the C++ wrapper for System V IPC message queues.
ACE_SV_Message_Queue::ACE_SV_Message_Queue | ( | void | ) |
Open a message queue using the <external_id>.
ACE_SV_Message_Queue::ACE_SV_Message_Queue | ( | key_t | external_id, |
int | create = ACE_SV_Message_Queue::ACE_OPEN , |
||
int | perms = ACE_DEFAULT_FILE_PERMS |
||
) |
ACE_SV_Message_Queue::~ACE_SV_Message_Queue | ( | void | ) |
|
inline |
Close down this instance of the message queue without removing it from the system.
|
inline |
Access the underlying control operations.
void ACE_SV_Message_Queue::dump | ( | void | ) | const |
Dump the state of an object.
|
inline |
Get the underly internal id.
|
inline |
|
inline |
|
inline |
Close down and remove the message queue from the system.
|
inline |
|
inline |
Set the underly internal id.
ACE_SV_Message_Queue::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
|
protected |
Returned from the underlying <msgget> system call.