ACE_Service_Repository_Iterator Class ReferenceIterate through the ACE_Service_Repository. More...
Collaboration diagram for ACE_Service_Repository_Iterator:
![]()
Detailed DescriptionIterate through the ACE_Service_Repository.Make sure not to delete entries as the iteration is going on since this class is not designed as a robust iterator. Constructor & Destructor Documentation
Constructor initializes the iterator.
Destructor.
Member Function Documentation
Pass back the <next_item> that hasn't been seen in the repository. Returns 0 when all items have been seen, else 1.
Returns 1 when all items have been seen, else 0.
Move forward by one element in the repository. Returns 0 when all the items in the set have been seen, else 1.
Dump the state of an object.
Member Data DocumentationDeclare the dynamic allocation hooks.
Reference to the Service Repository we are iterating over.
Next index location that we haven't yet seen.
Are we ignoring suspended services?
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:16:52 2008 for ACE by ![]() |