comp.lang.ada
 help / color / mirror / Atom feed
From: "Gerd" <GerdM.O@t-online.de>
Subject: Re: How to hide type internals
Date: 4 Jul 2006 04:13:43 -0700
Date: 2006-07-04T04:13:43-07:00	[thread overview]
Message-ID: <1152011623.663140.82010@v61g2000cwv.googlegroups.com> (raw)
In-Reply-To: <1151666351.044613.327270@x69g2000cwx.googlegroups.com>


claude.simon@equipement.gouv.fr schrieb:

> Gerd a écrit :
>
> > Hi,
> >
>
> package Keys is
>    type Key is private;
>    function Getkey return Key;
> -- ...
> private
>    type Imp_Key; -- deferred type to the body
>    type Key is access Imp_Key;
> end Keys;
 
Thanks, this is exacly what I was looking for.




  reply	other threads:[~2006-07-04 11:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-30 10:50 How to hide type internals Gerd
2006-06-30 11:19 ` claude.simon
2006-07-04 11:13   ` Gerd [this message]
2006-06-30 11:26 ` Alex R. Mosteo
2006-07-02 15:23 ` Stephen Leake
2006-07-04 11:11   ` Gerd
replies disabled

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