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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "J-P. Rosen" Newsgroups: comp.lang.ada Subject: Re: If not Ada, what else... Date: Wed, 22 Jul 2015 15:40:04 +0200 Organization: A noiseless patient Spider Message-ID: References: <877fq9uj6g.fsf@theworld.com> <65061686-5c8f-433b-9b11-9e228298158e@googlegroups.com> <87k2u96jms.fsf@jester.gateway.sonic.net> <06f8a6f9-d219-4d40-b9ac-8518e93839bd@googlegroups.com> <87y4io63jy.fsf@jester.gateway.sonic.net> <7a29d3e9-d1bd-4f4a-b1a6-14d3e1a83a4d@googlegroups.com> <87mvz36fen.fsf@jester.gateway.sonic.net> <2215b44f-8a89-47c6-a4c4-52b74d2dac45@googlegroups.com> <9e492c82-868d-43d3-a18a-38274400e337@googlegroups.com> <40184feb-4053-4ac3-8eaa-c3bd9cd8a77c@googlegroups.com> <10272577-945f-4682-85bc-8ad47f3653ae@googlegroups.com> <87si8i81k2.fsf@atmarama.net> <80b4b143-b56d-471a-be4d-1042d9e2e07b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 22 Jul 2015 13:38:36 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="23dab0694e4174fdc880833ec67fa650"; logging-data="18176"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/pg61juurltfqM69yv0MYV" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <80b4b143-b56d-471a-be4d-1042d9e2e07b@googlegroups.com> Cancel-Lock: sha1:m7bekuugCXxVUAfENLW4ojvE6Ts= Xref: news.eternal-september.org comp.lang.ada:26984 Date: 2015-07-22T15:40:04+02:00 List-Id: Le 22/07/2015 14:58, vincent.diemunsch@gmail.com a écrit : > Simply by declaring an operation OUTSIDE the class type declaration > as : > > Procedure Class_Wide_Operation (Object : in out T, X : integer); > > Only primitive operations are in the class type declaration. This is > very intuitive since you can in a way "see" the dispatch table > associated to the record. No, that won't do it. You may want to define operations (that are not methods) for a specific type, or for the class-wide type rooted at the specific type. I don't think you can avoit the 'Class, which basically brings us to the current solution (where you write "package ... is" instead of "class ... is") -- J-P. Rosen Adalog 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00 http://www.adalog.fr