Iterator for the ACE_Message_Queue_Ex.
More...
#include <Message_Queue_T.h>
Iterator for the ACE_Message_Queue_Ex.
Reverse iterator for the ACE_Message_Queue_Ex.
◆ ACE_Message_Queue_Ex_Iterator()
◆ advance()
int ACE_Message_Queue_Ex_Iterator::advance |
( |
void |
| ) |
|
Move forward by one element in the queue. Returns 0 when all the items in the set have been seen, else 1.
◆ done()
int ACE_Message_Queue_Ex_Iterator::done |
( |
void |
| ) |
const |
Returns 1 when all items have been seen, else 0.
◆ dump()
void ACE_Message_Queue_Ex_Iterator::dump |
( |
void |
| ) |
const |
Dump the state of an object.
◆ next()
int ACE_Message_Queue_Ex_Iterator::next |
( |
ACE_MESSAGE_TYPE *& |
entry | ) |
|
Pass back the entry that hasn't been seen in the queue. Returns 0 when all items have been seen, else 1.
◆ ACE_ALLOC_HOOK_DECLARE
ACE_Message_Queue_Ex_Iterator::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
◆ iter_
The documentation for this class was generated from the following files: