ACE_Typed_SV_Message_Queue< T > Class Template ReferenceDefines the header file for the C++ wrapper facade for typed message queues. More...
Collaboration diagram for ACE_Typed_SV_Message_Queue< T >:
![]()
Detailed Descriptiontemplate<class T>
Defines the header file for the C++ wrapper facade for typed message queues. |
ACE_Typed_SV_Message_Queue< T >::ACE_Typed_SV_Message_Queue | ( | void | ) | [inline] |
ACE_Typed_SV_Message_Queue< T >::ACE_Typed_SV_Message_Queue | ( | key_t | external_id, | |
int | create = ACE_OPEN , |
|||
int | perms = ACE_DEFAULT_FILE_PERMS | |||
) | [inline] |
ACE_Typed_SV_Message_Queue< T >::~ACE_Typed_SV_Message_Queue | ( | void | ) | [inline] |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int ACE_Typed_SV_Message_Queue< T >::open | ( | key_t | external_id, | |
int | create = ACE_OPEN , |
|||
int | perms = ACE_DEFAULT_FILE_PERMS | |||
) | [inline] |
ACE_INLINE int ACE_Typed_SV_Message_Queue< T >::close | ( | void | ) | [inline] |
ACE_INLINE int ACE_Typed_SV_Message_Queue< T >::remove | ( | void | ) | [inline] |
ACE_INLINE int ACE_Typed_SV_Message_Queue< T >::send | ( | const ACE_Typed_SV_Message< T > & | mb, | |
int | mflags = 0 | |||
) | [inline] |
Send method.
ACE_INLINE int ACE_Typed_SV_Message_Queue< T >::recv | ( | ACE_Typed_SV_Message< T > & | mb, | |
int | mflags = 0 | |||
) | [inline] |
Recv method.
ACE_INLINE int ACE_Typed_SV_Message_Queue< T >::get_id | ( | void | ) | const [inline] |
Return the id of the underlying ACE_SV_Message_Queue.
ACE_INLINE int ACE_Typed_SV_Message_Queue< T >::control | ( | int | option, | |
void * | arg = 0 | |||
) | [inline] |
Control the underlying message queue.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_Typed_SV_Message_Queue< T >::dump | ( | void | ) | const [inline] |
Dump the state of an object.
ACE_Typed_SV_Message_Queue< T >::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
ACE_SV_Message_Queue ACE_Typed_SV_Message_Queue< T >::message_queue_ [private] |