import "CosNaming.idl";
Public Methods | |
boolean | next_one (out Binding b) |
This operation returns the next binding. More... | |
boolean | next_n (in unsigned long how_many, out BindingList bl) |
This operation returns at most the requested number of bindings. More... | |
void | destroy () |
This operation destroys the iterator. More... |
|
This operation destroys the iterator.
|
|
This operation returns at most the requested number of bindings.
|
|
This operation returns the next binding. If there are no more bindings, false is returned.
|