Index

Package: Streams

Description

package Streams is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

Types

A_SEA

type A_SEA is access all Stream_Element_Array;
A named access type for Stream_Element_Arrays.

Constants & Global variables

STREAM_ERROR

STREAM_ERROR : exception;
raised by streams on error

Subprograms & Entries

Delete

procedure Delete is new Ada.Unchecked_Deallocation
( Stream_Element_Array, A_SEA );
Deletes the Stream_Element_Array.