ACE 7.0.7
Public Types | Public Member Functions | Public Attributes | Private Attributes | List of all members
ACE_Typed_SV_Message_Queue< T > Class Template Reference

Defines the header file for the C++ wrapper facade for typed message queues. More...

#include <Typed_SV_Message_Queue.h>

Collaboration diagram for ACE_Typed_SV_Message_Queue< T >:
Collaboration graph
[legend]

Public Types

enum  { ACE_CREATE = IPC_CREAT , ACE_OPEN = 0 , ACE_NOWAIT = IPC_NOWAIT }
 

Public Member Functions

 ACE_Typed_SV_Message_Queue (void)
 
 ACE_Typed_SV_Message_Queue (key_t external_id, int create=ACE_OPEN, int perms=ACE_DEFAULT_FILE_PERMS)
 
int open (key_t external_id, int create=ACE_OPEN, int perms=ACE_DEFAULT_FILE_PERMS)
 
int close (void)
 
int remove (void)
 
 ~ACE_Typed_SV_Message_Queue (void)
 
int send (const ACE_Typed_SV_Message< T > &mb, int mflags=0)
 Send method. More...
 
int recv (ACE_Typed_SV_Message< T > &mb, int mflags=0)
 Recv method. More...
 
int get_id () const
 Return the id of the underlying ACE_SV_Message_Queue. More...
 
int control (int option, void *arg=0)
 Control the underlying message queue. More...
 
void dump () const
 Dump the state of an object. More...
 

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...
 

Private Attributes

ACE_SV_Message_Queue message_queue_
 

Detailed Description

template<class T>
class ACE_Typed_SV_Message_Queue< T >

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

Member Enumeration Documentation

◆ anonymous enum

template<class T >
anonymous enum
Enumerator
ACE_CREATE 
ACE_OPEN 
ACE_NOWAIT 

Constructor & Destructor Documentation

◆ ACE_Typed_SV_Message_Queue() [1/2]

template<class T >
ACE_Typed_SV_Message_Queue< T >::ACE_Typed_SV_Message_Queue ( void  )

◆ ACE_Typed_SV_Message_Queue() [2/2]

template<class T >
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 
)

◆ ~ACE_Typed_SV_Message_Queue()

template<class T >
ACE_Typed_SV_Message_Queue< T >::~ACE_Typed_SV_Message_Queue ( void  )

Member Function Documentation

◆ close()

template<class T >
int ACE_Typed_SV_Message_Queue< T >::close ( void  )
inline

◆ control()

template<class T >
int ACE_Typed_SV_Message_Queue< T >::control ( int  option,
void *  arg = 0 
)
inline

Control the underlying message queue.

◆ dump()

template<class T >
void ACE_Typed_SV_Message_Queue< T >::dump ( void  ) const

Dump the state of an object.

◆ get_id()

template<class T >
int ACE_Typed_SV_Message_Queue< T >::get_id
inline

Return the id of the underlying ACE_SV_Message_Queue.

◆ open()

template<class T >
int ACE_Typed_SV_Message_Queue< T >::open ( key_t  external_id,
int  create = ACE_OPEN,
int  perms = ACE_DEFAULT_FILE_PERMS 
)
inline

◆ recv()

template<class T >
int ACE_Typed_SV_Message_Queue< T >::recv ( ACE_Typed_SV_Message< T > &  mb,
int  mflags = 0 
)
inline

Recv method.

◆ remove()

template<class T >
int ACE_Typed_SV_Message_Queue< T >::remove ( void  )
inline

◆ send()

template<class T >
int ACE_Typed_SV_Message_Queue< T >::send ( const ACE_Typed_SV_Message< T > &  mb,
int  mflags = 0 
)
inline

Send method.

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

template<class T >
ACE_Typed_SV_Message_Queue< T >::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

◆ message_queue_

template<class T >
ACE_SV_Message_Queue ACE_Typed_SV_Message_Queue< T >::message_queue_
private

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