comp.lang.ada
 help / color / mirror / Atom feed
From: Ryan Tarpine <rtarpine@hotmail.com>
Subject: Re: Hiding a type
Date: Sun, 07 Jul 2002 22:24:24 +0000
Date: 2002-07-07T22:24:24+00:00	[thread overview]
Message-ID: <3D28BF98.8080000@hotmail.com> (raw)
In-Reply-To: ag9hef$pp6$1@bob.news.rcn.net

Frank J. Lhota wrote:
>...
> Given further clarification by Ryan, I would recommend the following:
> 
> package Test is
>      type Public_Name is limited private;
>      procedure Initialize( Item : in out Public_Name; File_Name : in
> String );
>      procedure Process( Input : Public_Name );
> private
>      -- May want to declare the following type as abstract.
>      type Private_Root_Type is tagged record ... end record;
>      type Public_Name is access all Private_Root_Type'Class;
> end Test;
> 

My heartfelt thanks to everyone for all your helpful explanations!  You 
have given me a much better understanding of the situation.  The above 
solution was my favorite, and I plan to use it in my application.

Thanks again,
Ryan




  reply	other threads:[~2002-07-07 22:24 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-06 17:17 Hiding a type Ryan Tarpine
2002-07-06 21:30 ` Pat Rogers
2002-07-06 18:16   ` Ryan Tarpine
2002-07-06 22:49     ` sk
2002-07-06 22:52     ` Frank J. Lhota
2002-07-06 20:38       ` Ryan Tarpine
2002-07-07 10:31         ` Frank J. Lhota
2002-07-07 11:20       ` Simon Wright
2002-07-07 13:58         ` Frank J. Lhota
2002-07-07 22:24           ` Ryan Tarpine [this message]
2002-07-07 17:15         ` Jeffrey Carter
2002-07-07 17:58           ` Simon Wright
2002-07-06 23:10     ` chris.danx
2002-07-06 20:21       ` Ryan Tarpine
2002-07-07  1:58         ` Jeffrey Carter
2002-07-08  7:20         ` Preben Randhol
2002-07-06 23:12       ` chris.danx
replies disabled

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