#include <Registry.h>
Inheritance diagram for ACE_Registry::Binding_Iterator::Iteration_State:


Public Methods | |
| Iteration_State (Binding_Iterator &iterator) | |
| Constructor. More... | |
| virtual int | next_n (u_long how_many, Binding_List &list)=0 |
| Next <how_many> entries. More... | |
| void | reset (void) |
| Reset state. More... | |
Protected Attributes | |
| Binding_Iterator * | parent_ |
| Pointer to parent iterator. More... | |
| u_long | index_ |
Definition at line 459 of file Registry.h.
|
|
Constructor.
Definition at line 838 of file Registry.cpp. References ACE_Registry::Binding_Iterator::Binding_Iterator.
|
|
||||||||||||
|
Next <how_many> entries.
Implemented in ACE_Registry::Binding_Iterator::Object_Iteration. Referenced by ACE_Registry::Binding_Iterator::next_n. |
|
|
Reset state.
Definition at line 832 of file Registry.cpp. References index_. Referenced by ACE_Registry::Binding_Iterator::reset.
00833 {
00834 this->index_ = 0;
00835 }
|
|
|
Definition at line 476 of file Registry.h. Referenced by ACE_Registry::Binding_Iterator::Context_Iteration::next_n, ACE_Registry::Binding_Iterator::Object_Iteration::next_n, and reset. |
|
|
Pointer to parent iterator.
Definition at line 474 of file Registry.h. Referenced by ACE_Registry::Binding_Iterator::Context_Iteration::next_n, and ACE_Registry::Binding_Iterator::Object_Iteration::next_n. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002