Overview | Returns the discriminator TypeCode of a union. |
Original class | CORBA::TypeCode |
Exceptions | CORBA::SystemException |
CORBA::TypeCode::BadKind |
Intended Usage
The discriminator_type method can only be invoked on union TypeCodes. The discriminator_type method returns the type of all non-default member labels.
Syntax
CORBA::TypeCode_ptr discriminator_type() const;
Input parameters
None.
Return values