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,324453f076c10aeb X-Google-Attributes: gid103376,public From: David Botton Subject: Re: Exposing agreggate members of a class Date: 1998/12/31 Message-ID: <368BBEE9.D03D5A44@Botton.com>#1/1 X-Deja-AN: 427521746 Content-Transfer-Encoding: 7bit References: <76cd39$21c8$1@news.gate.net> <368B738E.23BC574@erols.com> Content-Type: text/plain; charset=us-ascii Organization: IQuest Internet, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-12-31T00:00:00+00:00 List-Id: My question was more on how can I pass a private member out of the class be reference. I can pass by reference to call back functions or class wide dispatched methods using in out mode. I was curious if there are any other times that Ada passes by reference. David Botton LeakyStain wrote: > Hope this helps. > > -- Stephe