Previous Table of Contents Next


10.5.5 IDLType


   The base interface IDLType is inherited by all IR objects that represent OMG IDL types. It provides access to the TypeCode describing the type, and is used in defining other interfaces wherever definitions of IDL types must be referenced.

   module CORBA { interface IDLType : IRObject { readonly attribute TypeCode type; }; };

   The type attribute describes the type defined by an object derived from IDLType.