NAME

DynamicAny::DynArray - The API for dynamic arrays


SYNOPSIS

See DynamicAny::DynAny.


DESCRIPTION

This is a specialization of DynAy specifically for arrays.


METHODS

get_elements - Returns an array of CORBA::Any's that represent the values stored in this DynArray.

get_elements_as_dyn_any - Returns an array of DynAny's that represent the values stored in this DynArray.

set_elements - Set the values stored in this DynArray to the array of CORBA::Any passed in. A DynamicAny::DynAny::InvalidValue exception will be thrown if there is an incorrect number of elements in the provided array.

set_elements_as_dyn_any - Set the values stored in this DynArray to the array of DynAny's passed in. A DynamicAny::DynAny::InvalidValue exception will be thrown if there is an incorrect number of elements in the provided array.