Overview | The WstringDef interface is used to represent an OMG IDL bounded string of wide characters. |
File name | wasir.idl |
Local-only | True |
Ancestor interfaces | IDLType Interface |
Exceptions | CORBA::SystemException |
Supported operations | WstringDef::bound |
Intended Usage
An instance of a WstringDef object is used by the Interface Repository to represent an OMG IDL bounded wide string data type. The WstringDef object is not a named Interface Repository object (it is in a group of interfaces known as Anonymous types), and as such does not reside as a named object in the Interface Repository database. An instance of a WstringDef object can be created using the create_wstring operation of the Repository interface. The WstringDef is intended to represent a string of wide characters whose kind is pk_wchar.
Syntax
module CORBA { interface WstringDef:IDLType { attribute unsigned long bound; }; };