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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,197c3f33fc478e4c,start X-Google-Attributes: gid103376,public From: scott@plato.ds.boeing.com (Scott Moody) Subject: Re: Simpler question, create instance of unkno Date: 1996/03/15 Message-ID: #1/1 X-Deja-AN: 143058814 sender: news@plato.ds.boeing.com references: organization: Boeing Defense and Space Group reply-to: scott@plato.ds.boeing.com newsgroups: comp.lang.ada Date: 1996-03-15T00:00:00+00:00 List-Id: One more quick thing; Looking at the gnat implementation they do the following: -- Read the internal tag (RM 13.13.2(34)) and use it to -- initialize a dummy object with the right tag value: -- Dnn : root_type; -- Dnn._tag := Internal_Tag (String'Input (Strm)) -- This dummy object is not initialized (other than its tag) -- and is used only to provide a controlling argument for the -- eventual _Input call. Unfortunately this is hidden from me.. Am I trying to do something that is even too dynamic for the new Ada? Without this capability I cannot overload the 'Class'Input operations without a Case statement.. scott ps. my return email is getting goofed up by news. It is: scott@plato.ds.boeing.com