Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


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

 

Skip navigation bar  Back to Top Previous Next