Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

CORBA::ORB::create_list

Synopsis

Creates and returns an NVList object reference.

C++ Binding

void CORBA::ORB::create_list (
CORBA::Long NumItem,
CORBA::NVList_out List);

Arguments

NumItem

The number of elements to preallocate in the newly created list.

List

Receives the newly created list.

Description

This member function creates a list, preallocating a specified number of items. List items may be sequentially added to the list using the CORBA::NVList_add_item member function. When no longer needed, this list must be freed using the CORBA::release member function.

Return Values

None.

See Also

CORBA::NVList::add
CORBA::NVList::add_item
CORBA::NVList::add_value
CORBA::release

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy