Iterate through the ACE_Select_Reactor_Handler_Repository.  
 More...
#include <Select_Reactor_Base.h>
      
        
          | bool ACE_Select_Reactor_Handler_Repository_Iterator::advance | ( | void |  | ) |  | 
      
 
Move forward by one element in the set. Returns false when all the items in the set have been seen, else true. 
 
 
  
  | 
        
          | bool ACE_Select_Reactor_Handler_Repository_Iterator::done | ( | void |  | ) | const |  | inline | 
 
Returns true when all items have been seen, else false. 
 
 
      
        
          | void ACE_Select_Reactor_Handler_Repository_Iterator::dump | ( | void |  | ) | const | 
      
 
Dump the state of an object. 
 
 
      
        
          | bool ACE_Select_Reactor_Handler_Repository_Iterator::next | ( | ACE_Event_Handler *& | next_item | ) |  | 
      
 
Pass back the next_item that hasn't been seen in the Set. Returns false when all items have been seen, else true. 
 
 
      
        
          | ACE_Select_Reactor_Handler_Repository_Iterator::ACE_ALLOC_HOOK_DECLARE | 
      
 
Declare the dynamic allocation hooks. 
 
 
Pointer to the current iteration level. 
 
 
Reference to the Handler_Repository we are iterating over. 
 
 
The documentation for this class was generated from the following files: