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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f9c7f7f00103ac6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-06 15:35:20 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!news.cac.psu.edu!news.pop.psu.edu!hudson.lm.com!godot.cc.duq.edu!toads.pgh.pa.us!tore From: tore@lis.pitt.edu (Tore Joergensen) Newsgroups: comp.lang.ada Subject: Re: Constructor in ADA9X Date: 6 Feb 1995 23:35:20 GMT Organization: University of Pittsburgh Message-ID: <3h6bno$7q8@toads.pgh.pa.us> References: <3h61fh$92n@rc1.vub.ac.be> NNTP-Posting-Host: shrike.lis.pitt.edu X-Newsreader: TIN [version 1.2 PL2] Date: 1995-02-06T23:35:20+00:00 List-Id: DELROEUX JEAN-YVES (jydelr@vub.ac.be) wrote: : I would like to know how make a constructor ( like in C++ ) in ADA9X. Is it : possible ?? If yes how and if not, why and how can I simulate constructors ? : Thanks for your help. : DELROEUX Jean - Yves >From the Ada9x-RefManual's index: constructor See initialization 3.3.1(19), 7.6(1) See initialization expression 3.3.1(4) See Initialize 7.6(1) See initialized alligator 4.8(4) You can find the ref.manual with a web-browser on http://lglwww.epfl.ch/Ada/LRM/9X/rm9x/ -- ______________________________________________________________________ Tore B. Joergensen, | e-mail: tore@lis.pitt.edu a norwegian student | snail-mail: 2201 Pittockstr. a long way from home. | Pittsburgh, 15217 PA | web: http://www.pitt.edu/~tojst1