TAO_CosNaming 4.0.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CosNaming::BindingIterator Interface Reference

import <CosNaming.idl;

Public Member Functions

boolean next_one (out Binding b)
 
boolean next_n (in unsigned long how_many, out BindingList bl)
 
void destroy ()
 This operation destroys the iterator.
 

Detailed Description

Interface for iterating over Bindings returned with the

.

Member Function Documentation

◆ destroy()

void CosNaming::BindingIterator::destroy ( )

This operation destroys the iterator.

◆ next_n()

boolean CosNaming::BindingIterator::next_n ( in unsigned long how_many,
out BindingList bl )

This operation returns at most the requested number of bindings.

◆ next_one()

boolean CosNaming::BindingIterator::next_one ( out Binding b)

This operation returns the next binding. If there are no more bindings false is returned.


The documentation for this interface was generated from the following file: