#include <SV_Message.h>
Public Methods | |
ACE_SV_Message (long type=0) | |
Constructor. | |
~ACE_SV_Message (void) | |
Destructor. | |
long | type (void) const |
Get the message type. | |
void | type (long) |
Set the message type. | |
void | dump (void) 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. |
|
Constructor.
|
|
Destructor.
|
|
Dump the state of an object.
|
|
Set the message type.
|
|
Get the message type.
|
|
Declare the dynamic allocation hooks.
|
|
Type of the message.
|