Overview | The StringDef interface is used to represent an OMG IDL bounded string type. |
File name | wasir.idl |
Local-only | True |
Ancestor interfaces | IDLType Interface |
Exceptions | CORBA::SystemException |
Supported operations | StringDef::bound |
Intended Usage
An instance of a StringDef object is used by the Interface Repository to represent an OMG IDL bounded string data type.
The StringDef 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 StringDef object can be created using the create_string operation of the Repository interface.
Syntax
module CORBA { interface StringDef:IDLType { attribute unsigned longbound; }; };