| 
    ACE 6.0.5 
   | 
 
#include "ace/Message_Queue.h"#include "ace/Dynamic_Message_Strategy.h"#include "ace/Synch_Traits.h"#include "ace/Guard_T.h"#include "ace/Message_Queue_T.cpp"Classes | |
| class | ACE_Message_Queue< ACE_SYNCH_DECL > | 
| A message queueing facility with parameterized synchronization capability. ACE_Message_Queue is modeled after the queueing facilities in System V STREAMs.  More... | |
| class | ACE_Message_Queue_Iterator< ACE_SYNCH_DECL > | 
| Iterator for the ACE_Message_Queue.  More... | |
| class | ACE_Message_Queue_Reverse_Iterator< ACE_SYNCH_DECL > | 
| Reverse Iterator for the ACE_Message_Queue.  More... | |
| class | ACE_Dynamic_Message_Queue< ACE_SYNCH_DECL > | 
| A derived class which adapts the ACE_Message_Queue class in order to maintain dynamic priorities for enqueued <ACE_Message_Blocks> and manage the queue order according to these dynamic priorities.  More... | |
| class | ACE_Message_Queue_Factory< ACE_SYNCH_DECL > | 
| ACE_Message_Queue_Factory is a static factory class template which provides a separate factory method for each of the major kinds of priority based message dispatching: static, earliest deadline first (EDF), and minimum laxity first (MLF).  More... | |
| class | ACE_Message_Queue_Ex< ACE_MESSAGE_TYPE, ACE_SYNCH_DECL > | 
| A threaded message queueing facility, modeled after the queueing facilities in System V STREAMs.  More... | |
| class | ACE_Message_Queue_Ex_Iterator< ACE_MESSAGE_TYPE, ACE_SYNCH_DECL > | 
| Iterator for the ACE_Message_Queue_Ex.  More... | |
| class | ACE_Message_Queue_Ex_Reverse_Iterator< ACE_MESSAGE_TYPE, ACE_SYNCH_DECL > | 
| class | ACE_Message_Queue_Ex_N< ACE_MESSAGE_TYPE, ACE_SYNCH_DECL > | 
| A threaded message queueing facility, modeled after the queueing facilities in System V STREAMs which can enqueue multiple messages in one call.  More... | |
Typedefs | |
| typedef ACE_Message_Queue < ACE_SYNCH >  | ACE_DEFAULT_MESSAGE_QUEUE_TYPE | 
| typedef ACE_Message_Queue<ACE_SYNCH> ACE_DEFAULT_MESSAGE_QUEUE_TYPE | 
 1.7.4