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,FORGED_GMAIL_RCVD, FREEMAIL_FROM,FROM_2_EMAILS_SHORT,PDS_FROM_2_EMAILS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:4796:: with SMTP id k22mr34984804qtq.333.1568225763483; Wed, 11 Sep 2019 11:16:03 -0700 (PDT) X-Received: by 2002:aca:4e87:: with SMTP id c129mr5472520oib.7.1568225763220; Wed, 11 Sep 2019 11:16:03 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!o24no8623485qtl.0!news-out.google.com!c11ni984qtp.0!nntp.google.com!o24no8623476qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 11 Sep 2019 11:16:02 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.76.112.23; posting-account=fNO1SwoAAAARgeF8HKn4Duw-aHSqtuTg NNTP-Posting-Host: 130.76.112.23 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8685ca60-7873-44d9-b088-deada2aa074e@googlegroups.com> Subject: Complete Simple Examples of "Pragma Import (CPP,...) With Qualifiers? From: "Ruby_Tuesday@gmail.com" Injection-Date: Wed, 11 Sep 2019 18:16:03 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57133 Date: 2019-09-11T11:16:02-07:00 List-Id: 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? Thank you, Ruby