Index

Package: Sorting_Tests (generic)

Description

generic

   type Element       is private;
   type Index         is (<>);
   type Element_Array is array (Index range <>) of Element;

   with function "<"  (Left, Right : Element) return Boolean is <>;
   with function "="  (Left, Right : Element) return Boolean is <>;

package Sorting_Tests is

Types

Element

type Element       is private;

Index

type Index         is (<>);

Element_Array

type Element_Array is array (Index range <>) of Element;

Subprograms & Entries

Is_Permutation

function Is_Permutation 
(Field_A, Field_B: Element_Array) return Boolean;

Calls:

= defined at a-convec.ads:75:25
Append defined at a-convec.ads:243:14
Sort defined at a-convec.ads:347:17