Overview | Returns the type of a structure, union, or exception member. |
Original class | CORBA::TypeCode |
Exceptions | CORBA::SystemException |
CORBA::TypeCode::BadKind | |
CORBA::TypeCode::Bounds |
Intended Usage
The member_type method can be invoked on structure, union, and exception TypeCodes. The member_type method returns the TypeCode describing the type of the member identified by index.
Syntax
CORBA::TypeCode_ptr member_type(CORBA::ULong index) const;
Input parameters
Return values