Overview | Returns the Interface Repository identifier of an interface, structure, union, enumeration, alias, or exception. |
Original class | CORBA::TypeCode |
Exceptions | CORBA::SystemException |
CORBA::TypeCode::BadKind |
Intended Usage
The id method can be invoked on interface, structure, union, enumeration, alias, and exception TypeCodes. The id method returns the RepositoryId of a type.
Syntax
const char * id() const;
Input parameters
None.
Return values