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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d8e7e976ead4a812 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-14 10:58:16 PST From: "Kai Schuelke" Newsgroups: comp.lang.ada References: <5f4adaeaa2a7b35810acd4e20fb98b25.86200@mygate.mailgate.org> Subject: Re: Function pointer in Ada? Date: Tue, 14 May 2002 19:58:23 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 NNTP-Posting-Host: bl15-1107.studfb.unibw-muenchen.de Message-ID: <3ce15027.0@news.unibw-muenchen.de> X-Trace: 14 May 2002 19:57:59 +0100, bl15-1107.studfb.unibw-muenchen.de Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.maxwell.syr.edu!news-han1.dfn.de!news-nue1.dfn.de!uni-erlangen.de!lrz.de!news.unibw-muenchen.de!bl15-1107.studfb.unibw-muenchen.de Xref: archiver1.google.com comp.lang.ada:24043 Date: 2002-05-14T19:58:23+02:00 List-Id: Hello, I managed to get a function pointer (left, right : FLOAT) return FLOAT but I couldn't manage to get a pointer to the according Standard."+". I tried various ways but had to use a workaround. Is it possible to do something like: plus_pointer : pointer_type := access Standard."+"; Thanks in advance Kai Schuelke