comp.lang.ada
 help / color / mirror / Atom feed
From: "chris.danx" <spamoff.danx@ntlworld.com>
Subject: Re: worth the hassle?
Date: Tue, 23 Jul 2002 13:16:58 +0100
Date: 2002-07-23T13:16:58+01:00	[thread overview]
Message-ID: <yPb%8.734$7h7.108854@newsfep1-win.server.ntli.net> (raw)
In-Reply-To: nu__8.4842$vN6.246271@newsfep2-win.server.ntli.net

Is using address_to_access_conversions the correct solution?  Something
along the lines of

package List_Address_Conversions
      is new System.Address_To_Access_Conversions (List_Type);

function First (List : in List_Type) return Iterator_Type is
begin
   ...
   return Iterator_Type'(List_Address_Conversions.to_pointer(List'Address),
List.First);
end First;

?






  reply	other threads:[~2002-07-23 12:16 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-22 16:56 worth the hassle? chris.danx
2002-07-22 17:17 ` Wes Groleau
2002-07-22 17:45   ` chris.danx
2002-07-22 19:05     ` Wes Groleau
2002-07-22 17:56 ` chris.danx
2002-07-22 18:06   ` Stephen Leake
2002-07-22 21:06     ` chris.danx
2002-07-23 12:16       ` chris.danx [this message]
2002-07-23 12:36       ` chris.danx
2002-07-23 15:00       ` Stephen Leake
2002-07-23 15:15         ` chris.danx
2002-07-23 15:36           ` chris.danx
2002-07-23 16:19             ` Peter Hermann
2002-07-23 16:41               ` chris.danx
2002-07-23 17:35               ` Stephen Leake
2002-07-22 17:58 ` Stephen Leake
2002-07-22 18:15   ` Frank J. Lhota
2002-07-22 19:56     ` Stephen Leake
2002-07-23  5:56     ` Kevin Cline
2002-07-22 18:44   ` chris.danx
2002-07-23  5:39   ` Kevin Cline
2002-07-23 15:05     ` Stephen Leake
2002-07-23 18:34   ` Perhaps we keep lists elements private and adjust the elements to fit? Chad R. Meiners
2002-07-23 19:23     ` Stephen Leake
replies disabled

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