From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54e6f3bfd18d2769 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Pointer function parameter Date: 2000/10/17 Message-ID: #1/1 X-Deja-AN: 682375926 References: X-Complaints-To: abuse@home.net X-Trace: news1.frmt1.sfba.home.com 971768199 24.20.190.201 (Tue, 17 Oct 2000 00:36:39 PDT) Organization: @Home Network NNTP-Posting-Date: Tue, 17 Oct 2000 00:36:39 PDT Newsgroups: comp.lang.ada Date: 2000-10-17T00:00:00+00:00 List-Id: >How can you handle address-of-operator (&) in Ada. X'access or X'unchecked_access where x : aliased some_type; Of course you need it a lot less than C because procedures (but not functions) can have "out" or "in out" parameters, as well as "in" ones.