NAME

DynamicAny::DynStruct - The API for dynamic structs


SYNOPSIS

See DynamicAny::DynAny.


DESCRIPTION

This is a specialization of DynAy specifically for structs.


METHODS

current_member_kind - Return the CORBA::TCKind of the current member.

current_member_name - Return the name of the current member.

get_members - Get the list of members (including name and value) of this DynStruct. It returns a DynamicAny::NameValuePairSeq.

get_members_as_dyn_any -Get the list of members (including name and value) of this DynStruct. It returns a DynamicAny::NameDynAnyPairSeq.

set_members - Set the members using a DynamicAny::NameValuePairSeq. The number of members must match the amount specified in the struct typecode and the type codes of each element must be equivalent.

set_members_as_dyn_any - Set the members using a DynamicAny::NameDynAnyPairSeq. The number of members must match the amount specified in the struct typecode and the type codes of each element must be equivalent.