import "CosPropertyService.idl";
Public Methods | |
void | reset () |
Resets the iterator. More... | |
boolean | next_one (out Property aproperty) |
Returns the next property in the iterator or false if the iterator is and the end. More... | |
boolean | next_n (in unsigned long how_mstring, out Properties nproperties) |
Return the next n properties in the iterator. More... | |
void | destroy () |
Destroys the iterator. More... |
|
Destroys the iterator.
|
|
Return the next n properties in the iterator.
|
|
Returns the next property in the iterator or false if the iterator is and the end.
|
|
Resets the iterator.
|