10.4.13 AliasDef
An AliasDef (shown below) represents an OMG IDL typedef that aliases another definition.
module CORBA {
interface AliasDef : TypedefDef {
readonly attribute IDLType original_type_def;
};
};
The inherited type
attribute is a
tk_alias
TypeCode describing the alias.
Parent topic: Interface Repository Interfaces