comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: Smart pointers and delegation
Date: Tue, 1 Aug 2017 17:06:40 +0200
Date: 2017-08-01T17:06:40+02:00	[thread overview]
Message-ID: <olq5dv$1erk$1@gioia.aioe.org> (raw)
In-Reply-To: olplb6$jq0$1@gioia.aioe.org

On 2017-08-01 12:32, Dmitry A. Kazakov wrote:
> --------------------------------------------------------------
> Example 2. Full multiple inheritance
> 
>     type A_Interface is limited interface;
>     type A is new A_Interface with ...;
> 
>     type B is tagged ...;
> 
>     type AB is new B and A_Interface with record
>        Alter_Ego : aliased A;
>     end record with Delegate => A'Access;
                                   ^^^^^^^^^
                                   Alter_Ego'Access;

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de


  reply	other threads:[~2017-08-01 15:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-01 10:32 Smart pointers and delegation Dmitry A. Kazakov
2017-08-01 15:06 ` Dmitry A. Kazakov [this message]
2017-08-01 23:06 ` Randy Brukardt
2017-08-02  6:20   ` Dmitry A. Kazakov
2017-08-03  3:36     ` Randy Brukardt
2017-08-03  7:40       ` Dmitry A. Kazakov
2017-08-04 23:03         ` Randy Brukardt
2017-08-05  8:33           ` Dmitry A. Kazakov
2017-08-07 22:39             ` Randy Brukardt
2017-08-08  6:27               ` Dmitry A. Kazakov
2017-08-09  0:27                 ` Randy Brukardt
2017-08-09  7:37                   ` Dmitry A. Kazakov
2017-08-09 22:57                     ` Randy Brukardt
2017-08-10  7:56                       ` Dmitry A. Kazakov
2017-08-11  0:17                         ` Randy Brukardt
2017-08-11  6:43                           ` Dmitry A. Kazakov
2017-08-11 20:37                             ` Randy Brukardt
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox