#include <Registry.h>
Collaboration diagram for ACE_Registry::Binding_Iterator:
Public Methods | |
Binding_Iterator (void) | |
Default constructor. | |
int | next_one (Binding &binding) |
Next entry. | |
int | next_n (u_long how_many, Binding_List &list) |
Next <how_many> entries. | |
int | destroy (void) |
Cleanup. | |
void | reset (void) |
Reset the internal state of the iterator. | |
Naming_Context & | naming_context (void) |
Get naming_context that the iterator is iterating over. | |
Private Methods | |
void | naming_context (Naming_Context &naming_context) |
Set naming_context that the iterator is iterating over. | |
void | current_enumeration (Iteration_State ¤t_enumeration) |
Set current_enumeration. | |
Iteration_State & | current_enumeration (void) |
Get current_enumeration. | |
Private Attributes | |
Naming_Context * | naming_context_ |
Reference to context. | |
Object_Iteration | object_iteration_ |
Instances of all states. | |
Context_Iteration | context_iteration_ |
Iteration_Complete | iteration_complete_ |
Iteration_State * | current_enumeration_ |
Pointer to current state. | |
Friends | |
class | Naming_Context |
Friend factory. | |
class | Iteration_State |
Friend states. | |
class | Object_Iteration |
class | Context_Iteration |
class | Iteration_Complete |
Useful when iteratorating over a few entries at a time
|
Default constructor.
|
|
Get current_enumeration.
|
|
Set current_enumeration.
|
|
Cleanup.
|
|
Set naming_context that the iterator is iterating over.
|
|
Get naming_context that the iterator is iterating over.
|
|
Next <how_many> entries.
|
|
Next entry.
|
|
Reset the internal state of the iterator.
|
|
|
|
|
|
Friend states.
|
|
Friend factory.
|
|
|
|
|
|
Pointer to current state.
|
|
|
|
Reference to context.
|
|
Instances of all states.
|