|
ACE 7.0.7
|
Iterator for the ACE_Message_Queue. More...
#include <Message_Queue_T.h>

Public Member Functions | |
| ACE_Message_Queue_Iterator (ACE_Message_Queue< ACE_SYNCH_USE, TIME_POLICY > &queue) | |
| int | next (ACE_Message_Block *&entry) |
| int | done () const |
| Returns 1 when all items have been seen, else 0. More... | |
| int | advance () |
| void | dump () const |
| Dump the state of an object. More... | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. More... | |
Protected Attributes | |
| ACE_Message_Block * | curr_ |
| Keeps track of how far we've advanced... More... | |
Private Attributes | |
| ACE_Message_Queue< ACE_SYNCH_USE, TIME_POLICY > & | queue_ |
| Message_Queue we are iterating over. More... | |
Iterator for the ACE_Message_Queue.
| ACE_Message_Queue_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::ACE_Message_Queue_Iterator | ( | ACE_Message_Queue< ACE_SYNCH_USE, TIME_POLICY > & | queue | ) |
| int ACE_Message_Queue_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::advance |
Move forward by one element in the queue. Returns 0 when all the items in the set have been seen, else 1.
| int ACE_Message_Queue_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::done |
Returns 1 when all items have been seen, else 0.
| void ACE_Message_Queue_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::dump |
Dump the state of an object.
| int ACE_Message_Queue_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::next | ( | ACE_Message_Block *& | entry | ) |
Pass back the entry that hasn't been seen in the queue. Returns 0 when all items have been seen, else 1.
| ACE_Message_Queue_Iterator< ACE_SYNCH_DECL, TIME_POLICY >::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
|
protected |
Keeps track of how far we've advanced...
|
private |
Message_Queue we are iterating over.