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,7816de9c00c8d02a,start X-Google-Attributes: gid103376,public From: scott@hakuin.boeing.com (Scott Moody) Subject: Simpler question, create instance of unknown tag Date: 1996/03/15 Message-ID: #1/1 X-Deja-AN: 143126782 sender: news@plato.ds.boeing.com 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: My last input question can be boiled down to a simple question: Can one use an Ada.Tags.Tag value (call it a meta-type) and dynamically use it to create a concrete object where the new object'Tag = this_tag_value The compilers definitely can do this (for the Input implementation) but can us mortals do it? -scott