Overview | Returns the simple name of an interface, structure, union, enumeration, alias, or exception. |
Original class | CORBA::TypeCode |
Exceptions | CORBA::SystemException |
CORBA::TypeCode::BadKind |
Intended Usage
The name method can be invoked on object reference, structure, union, enumeration, alias, and exception TypeCodes. The name method returns the simple name identifying the type within its enclosing scope.
Syntax
const char * name() const;
Input parameters
None.
Return values