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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9d56a9e1aac251b6,start X-Google-Attributes: gid103376,public From: reason67@my-deja.com Subject: Access to classwide type Date: 2000/07/23 Message-ID: <8lfuof$ipb$1@nnrp1.deja.com>#1/1 X-Deja-AN: 649914895 X-Http-Proxy: NetCache@www-blv-proxy3.boeing.com: Version NetApp Release 3.4D6: Mon Aug 23 16:40:19 PDT 1999-Solaris, 1.0 x67.deja.com:80 (Squid/1.1.22) for client 12.13.226.13 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sun Jul 23 23:22:56 2000 GMT X-MyDeja-Info: XMYDJUIDreason67 Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en]C-CCK-MCD Boeing Kit (Win95; I) Date: 2000-07-23T00:00:00+00:00 List-Id: I have what may be a really simple question. If I have: type T is abstract tagged private; type T_Ptr is access T'Class; How do I deallocate the memory for values in an array of T_Ptr's? Is it as simple as creating an instantiation of ada.unchecked_conversion with T'Class and T_Ptr? That seems wrong to me as the various extentions to T are not known at compile time, but I may be wrong about this. Any help would be appreciated. --- Jeffrey Blatt Sent via Deja.com http://www.deja.com/ Before you buy.