ACE_Handle_Set_Iterator Class ReferenceIterator for the ACE_Handle_Set abstraction. More...
Collaboration diagram for ACE_Handle_Set_Iterator:
Detailed DescriptionIterator for the ACE_Handle_Set abstraction.Constructor & Destructor Documentation
Constructor.
Default dtor.
Member Function Documentation
Reset the state of the iterator by reinitializing the state that we maintain.
"Next" operator. Returns the next unseen ACE_HANDLE in the <Handle_Set> up to <handle_set_.max_handle_>). When all the handles have been seen returns <ACE_INVALID_HANDLE>. Advances the iterator automatically, so you need not call <operator++> (which is now obsolete).
Dump the state of an object.
Member Data DocumentationDeclare the dynamic allocation hooks.
The <Handle_Set> we are iterating through.
Index of the bit we're examining in the current <word_num_> word.
Number of the word we're iterating over (typically between 0..7).
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:15:06 2008 for ACE by 1.5.5 |