DynamicAny::DynArray - The API for dynamic arrays
See DynamicAny::DynAny.
This is a specialization of DynAy specifically for arrays.
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.