![]() |
Overview Gets and sets the number of Request elements in a sequence. Original class CORBA::RequestSeq
Intended Usage
The length method is used by a client program to get and set the number of Requests in a collection of DII requests. Increasing the number of Request elements causes the sequence buffer to be reallocated. Decreasing the number of Request elements causes the orphaned Requests to be released.
IDL Syntax
CORBA::ULong length() const; void length(CORBA::ULong len);
Input parameters
- len
- The desired number of Request elements in the sequence.
Return values
- CORBA::ULong
- The current number of Request elements in the sequence.
Related reference... | |
CORBA module in Object Request Broker | |
Parent: CORBA module: RequestSeq Class | |
RequestSeq::allocbuf | |
RequestSeq::freebuf | |
RequestSeq::maximum | |
RequestSeq::operator[ ] | |