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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:724f:: with SMTP id l15mr1856946qtp.86.1568240863610; Wed, 11 Sep 2019 15:27:43 -0700 (PDT) X-Received: by 2002:a9d:51cc:: with SMTP id d12mr15571300oth.206.1568240863314; Wed, 11 Sep 2019 15:27:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!o24no9179816qtl.0!news-out.google.com!q23ni216qtl.1!nntp.google.com!o24no9179807qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 11 Sep 2019 15:27:31 -0700 (PDT) In-Reply-To: <8685ca60-7873-44d9-b088-deada2aa074e@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <8685ca60-7873-44d9-b088-deada2aa074e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6b556d42-fc19-49c2-8509-e5d37d089dd3@googlegroups.com> Subject: Re: Complete Simple Examples of "Pragma Import (CPP,...) With Qualifiers? From: Lucretia Injection-Date: Wed, 11 Sep 2019 22:27:43 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1958 X-Received-Body-CRC: 1548483261 Xref: reader01.eternal-september.org comp.lang.ada:57134 Date: 2019-09-11T15:27:31-07:00 List-Id: On Wednesday, 11 September 2019 19:16:04 UTC+1, Ruby_T...@gmail.com wrote: > The only thing I am seeing in some code are statements such as the one below without any qualifiers: > > PRAGMA IMPORT (Convention=> CPP, Entity => "My_Test" ,External_Name => "My_Test"); > > Are there other versions of this that I could see? What about C++ qualifiers, members in classes, and namespaces how are they referenced in the pragma? That is all there is, only bringing in the c++ methods. There used to be a constructor and destructor, but they got rid of those for some unknown reason.