comp.lang.ada
 help / color / mirror / Atom feed
From: "J-P. Rosen" <rosen@adalog.fr>
Subject: Re: 2-dimensional view on 1 dimensional array
Date: Tue, 25 Oct 2022 14:57:15 +0200	[thread overview]
Message-ID: <tj8mfa$1uilq$1@dont-email.me> (raw)
In-Reply-To: <tj3c6q$178e9$1@dont-email.me>

Le 23/10/2022 à 14:31, Marek a écrit :
> generic
>         type T is private;
>         type T_Array is array (Natural range <>) of aliased T;
>         type T_Array_Access is access all T_Array;
>      package Buffers is
> 
>         type Row_Array is array (Natural range <>) of aliased 
> T_Array_Access;
> 
>         type Row_Array_Access is access all Row_Array;
Here I see a pointer to an array of pointers to an array whose 
components can pointed to...
That's too much for my small head ( (c) Hoare)
Can you explain what you try to accomplish?

-- 
J-P. Rosen
Adalog
2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX
https://www.adalog.fr https://www.adacontrol.fr

  parent reply	other threads:[~2022-10-25 12:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-23 12:31 2-dimensional view on 1 dimensional array Marek
2022-10-24 10:31 ` AdaMagica
2022-10-24 10:35   ` AdaMagica
2022-10-25 11:05     ` AdaMagica
2022-10-25 12:57 ` J-P. Rosen [this message]
2022-10-25 15:53   ` Jeffrey R.Carter
2022-10-25 19:55     ` J-P. Rosen
  -- strict thread matches above, loose matches on Subject: below --
2022-10-25 16:59 Marek
2022-10-26  8:57 ` J-P. Rosen
2022-10-26 15:08 ` AdaMagica
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox