import "CosPropertyService.idl";
Public Methods | |
void | reset () |
Resets the iterator. More... | |
boolean | next_one (out PropertyName property_name) |
Returns the next name in the iterator or false if the iterator is and the end. More... | |
boolean | next_n (in unsigned long how_mstring, out PropertyNames property_names) |
Return the next n names in the iterator. More... | |
void | destroy () |
Destroys the iterator. More... |
|
Destroys the iterator.
|
|
Return the next n names in the iterator.
|
|
Returns the next name in the iterator or false if the iterator is and the end.
|
|
Resets the iterator.
|