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