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-Thread: 103376,f34a46f284c01816,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail From: "R" Newsgroups: comp.lang.ada Subject: Base'Class is instance of Der1? Date: 8 Jan 2005 04:01:17 -0800 Organization: http://groups.google.com Message-ID: <1105185677.254129.171840@c13g2000cwb.googlegroups.com> NNTP-Posting-Host: 83.238.46.94 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1105185684 10281 127.0.0.1 (8 Jan 2005 12:01:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 8 Jan 2005 12:01:24 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=83.238.46.94; posting-account=vW-V7A0AAADVHjc0FRFWzwhUHLUBcq4I Xref: g2news1.google.com comp.lang.ada:7563 Date: 2005-01-08T04:01:17-08:00 List-Id: Hello. I've got function which has a parameter of type Base'Class. well I have 3 derived tagged records and depending of what exactly is the parameter I have to cast it to a proper function. How can I figure out whether or not given object is der1 or der2 or der3 type? thanks in advance best regards R