10.4.16 WstringDef

A WstringDef represents an IDL wide string. The unbounded wide string type is represented as a PrimitiveDef. As wide string types are anonymous, this interface is not derived from TypedefDef or Contained.

module CORBA {
   interface WstringDef : IDLType {
        attribute unsigned long bound;
   };

};

The bound attribute specifies the maximum number of wide characters in a wide string, and must not be zero.

The inherited type attribute is a tk_wstring TypeCode describing the wide string.