NonStop Serverware

StringDef

Previous Topic | Next Topic | Contents | Index
Getting Started | Administration Guide | Programmer's Guide

Subtopics

StringDef Syntax
StringDef Description
StringDef::bound

The StringDef interface represents a bounded string type. A StringDef object is unnamed.

StringDef Syntax

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

StringDef Description

StringDef objects are anonymous. Its bound attribute specifiies the string bound which must be greater than 0. Unbounded strings are primitive types. You can change the bound of a StringDef by changing its bound attribute.

StringDef::bound

This specifies the bound of the string. It cannot be set to 0.

Syntax

attribute unsigned long bound;

Previous Topic | Next Topic | Contents | Top
Getting Started Guide | Administration Guide | Programmer's Guide
Bibliography | Glossary | Index
© Tandem, a division of Compaq. All rights reserved. Legal notices.