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


Public Member Functions | |
| Iteration_State (Binding_Iterator &iterator) | |
| Constructor. | |
| virtual int | next_n (u_long how_many, Binding_List &list)=0 |
| Next entries. | |
| void | reset (void) |
| Reset state. | |
Protected Attributes | |
| Binding_Iterator * | parent_ |
| Pointer to parent iterator. | |
| u_long | index_ |
Definition at line 459 of file Registry.h.
|
|
Constructor.
Definition at line 842 of file Registry.cpp.
|
|
||||||||||||
|
Next entries.
Implemented in ACE_Registry::Binding_Iterator::Object_Iteration, ACE_Registry::Binding_Iterator::Context_Iteration, and ACE_Registry::Binding_Iterator::Iteration_Complete. Referenced by ACE_Registry::Binding_Iterator::next_n(). |
|
|
Reset state.
Definition at line 836 of file Registry.cpp. Referenced by ACE_Registry::Binding_Iterator::reset().
00837 {
00838 this->index_ = 0;
00839 }
|
|
|
Definition at line 476 of file Registry.h. |
|
|
Pointer to parent iterator.
Definition at line 474 of file Registry.h. |
1.3.6