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