Aliasdef
is the alias definition structure which is used to define an alias.
module CORBA { interface AliasDef : TypedefDef { attribute IDLType original_type_def }; };
An Aliasdef
represents an OMG IDL typedef that aliases another definition.
The Container
interface provides operations to create AliasDefs as contained objects. The create_alias
operation returns a new Aliasdef
with the specified original_type_def
.