ACE
6.4.2
|
Defines the header file for the C++ wrapper for message queues. More...
#include <SV_Message.h>
Public Member Functions | |
ACE_SV_Message (long type=0) | |
Constructor. More... | |
~ACE_SV_Message (void) | |
Destructor. More... | |
long | type (void) const |
Get the message type. More... | |
void | type (long) |
Set the message type. 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 | |
long | type_ |
Type of the message. More... | |
Defines the header file for the C++ wrapper for message queues.
|
inline |
Constructor.
|
inline |
Destructor.
void ACE_SV_Message::dump | ( | void | ) | const |
Dump the state of an object.
|
inline |
Get the message type.
|
inline |
Set the message type.
ACE_SV_Message::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
|
protected |
Type of the message.