Previous Table of Contents Next


10.5.33 ValueBoxDef


   A ValueBoxDef object represents a value box definition. It merely identifies the IDL type_def that is being “boxed.?

   module CORBA { interface ValueBoxDef : TypedefDef { attribute IDLType original_type_def; }; };

   10.5.33.1 Read Interface

   The original_type_def attribute identifies the type being boxed. The inherited type attribute is a tk_value_box TypeCode describing the value box.

   10.5.33.2 Write Interface

   Setting the original_type_def attribute also updates the type attribute.