DocAda(tm) is a productivity tool of KSCE

____ | Up | Next | Back | Forward
About DocAda Light: Preface / Preliminary / Help / TOC / Copyright
DocAda Online at the Ada Home: Complete RM95 / Updates / News

A.4.1 The Package Strings

The package Strings provides declarations common to the string handling packages.

Static Semantics

The library package Strings has the following declaration:

   
       package Ada.Strings is
          pragma Pure(Strings);

          Space      : constant Character      := ' ';
          Wide_Space : constant Wide_Character := ' ';

          Length_Error, Pattern_Error, Index_Error, Translation_Error : exception;

          type Alignment  is (Left, Right, Center);
          type Truncation is (Left, Right, Error);
          type Membership is (Inside, Outside);
          type Direction  is (Forward, Backward);
          type Trim_End   is (Left, Right, Both);
       end Ada.Strings;

About DocAda Light: Preface / Preliminary / Help / TOC / Copyright
DocAda Online at the Ada Home: Complete RM95 / Updates / News
____ | Up | Next | Back | Forward


Copyright © 1994-1997 by Kempe Software Capital Enterprises. All Rights Reserved. For comments on this DocAda(tm) hypertext document, please write to KSCE, at docada@ksce.com