import "CosTrading.idl";
Public Member Functions | |
| unsigned long | max_left () raises (UnknownMaxLeft) |
| This operation returns the number of remaining OfferIds contained within the iterator. | |
| boolean | next_n (in unsigned long n, out OfferIdSeq ids) |
| This operation returns up to a specified number of remaining OfferIDs. | |
| void | destroy () |
| This operation destroys the OfferIDIterator and and any OfferIds it contains. | |
| void CosTrading::OfferIdIterator::destroy | ( | ) |
This operation destroys the OfferIDIterator and and any OfferIds it contains.
This should be called after a client has finished with the iterator.
| unsigned long CosTrading::OfferIdIterator::max_left | ( | ) | raises (UnknownMaxLeft) |
This operation returns the number of remaining OfferIds contained within the iterator.
| boolean CosTrading::OfferIdIterator::next_n | ( | in unsigned long | n, | |
| out OfferIdSeq | ids | |||
| ) |
This operation returns up to a specified number of remaining OfferIDs.
| n | - The number of OfferIds to return. | |
| ids | - The sequence of returned OfferIds. |
![]()