ACE  6.1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Protected Attributes | List of all members
ACE_SV_Message Class Reference

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 (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.
 

Detailed Description

Defines the header file for the C++ wrapper for message queues.

Constructor & Destructor Documentation

ACE_SV_Message::ACE_SV_Message ( long  type = 0)
inline

Constructor.

ACE_SV_Message::~ACE_SV_Message ( void  )
inline

Destructor.

Member Function Documentation

void ACE_SV_Message::dump ( void  ) const

Dump the state of an object.

long ACE_SV_Message::type ( void  ) const
inline

Get the message type.

void ACE_SV_Message::type ( long  t)
inline

Set the message type.

Member Data Documentation

ACE_SV_Message::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

long ACE_SV_Message::type_
protected

Type of the message.


The documentation for this class was generated from the following files: