ACE 8.0.0
|
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. | |
~ACE_SV_Message () | |
Destructor. | |
long | type () const |
Get the message type. | |
void | type (long) |
Set the message type. | |
void | dump () const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Protected Attributes | |
long | type_ |
Type of the message. | |
Defines the header file for the C++ wrapper for message queues.
|
inline |
Constructor.
|
inline |
Destructor.
void ACE_SV_Message::dump | ( | ) | const |
Dump the state of an object.
|
inline |
Get the message type.
ACE_SV_Message::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
|
protected |
Type of the message.