comp.lang.ada
 help / color / mirror / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
Subject: Re: Access in parameters
Date: 05 Jan 2001 14:42:44 +0100
Date: 2001-01-05T14:42:44+01:00	[thread overview]
Message-ID: <877l4acdyj.fsf@deneb.enyo.de> (raw)
In-Reply-To: 934cbk$9ta$1@nnrp1.deja.com

Sandro Binetti <sandrobinetti@my-deja.com> writes:

>   type T_XXX is access all integer;
> 
>   procedure PP(x:in t_xxx) is
>   begin
>     x.all:=10; -- ????
>   end pp;
> 
> Can an in-access-parameter be modified inside a procedure?

In this case, you don't modify the parameter x, but the object given
x.all.



  parent reply	other threads:[~2001-01-05 13:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-05 11:49 Access in parameters Sandro Binetti
2001-01-05  7:27 ` lafortg
2001-01-05 12:39 ` n_brunot
2001-01-05 13:42 ` Florian Weimer [this message]
2001-01-05 14:51   ` Ehud Lamm
replies disabled

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