Overview | Returns the label of a union member. |
Original class | CORBA::TypeCode |
Exceptions | CORBA::SystemException |
CORBA::TypeCode::BadKind | |
CORBA::TypeCode::Bounds |
Intended Usage
The member_label method can only be invoked on union TypeCodes. The member_label method returns the label of the member identified by index. For the default member, the label is the zero octet.
Syntax
CORBA::Any_ptr member_label(CORBA::ULong index) const
Input parameters
Return values