comp.lang.ada
 help / color / mirror / Atom feed
From: Dmitry A. Kazakov <mailbox@dmitry-kazakov.de>
Subject: Re: containers and garbage collections.
Date: Mon, 15 Sep 2003 15:47:45 +0200
Date: 2003-09-15T15:47:45+02:00	[thread overview]
Message-ID: <4bgbmvc1933igu2olve437akuoc0c2lih0@4ax.com> (raw)
In-Reply-To: 23635057.dHrhOAZpeb@linux1.krischik.com

On Sat, 13 Sep 2003 11:45:14 +0200, Martin Krischik
<krischik@users.sourceforge.net> wrote:

>Will it work with any combination of tagged types incl. controled types any
>derived types of Element_Type? If so I stay corrected and will rething my
>design.

Yes it will, as Matthew Heaney wrote. What you will lose with it, and
there is always something to lose, is that the type operations will
not be considered dispatching. So if the actual of Element_Type is
class-wide, and you want to dispatch somewhere in a generic body, you
will need to pass a [class-wide] wrapper subprogram around a primitive
operation instead of the primitive operation itself.

---
Regards,
Dmitry Kazakov
www.dmitry-kazakov.de



  parent reply	other threads:[~2003-09-15 13:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-12 15:32 containers and garbage collections Martin Krischik
2003-09-12 16:41 ` Stephen Leake
2003-09-13  9:37   ` Martin Krischik
2003-09-13  3:33 ` Matthew Heaney
2003-09-13  9:45   ` Martin Krischik
2003-09-13 17:10     ` Matthew Heaney
2003-09-15 13:47     ` Dmitry A. Kazakov [this message]
2003-09-15 23:11       ` Matthew Heaney
2003-09-16 17:59         ` Martin Krischik
replies disabled

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