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,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,db7f271f5b3ff7d9,start X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: ANNOUNCE: Iterator and Factory Methods Combined posted Date: 1998/11/28 Message-ID: #1/1 X-Deja-AN: 416419293 Sender: matt@mheaney.ni.net NNTP-Posting-Date: Fri, 27 Nov 1998 21:54:29 PDT Newsgroups: comp.lang.ada Date: 1998-11-28T00:00:00+00:00 List-Id: I've posted an article to the Patterns list archive at the ACM, re the combination of iterators and factory methods. From the introduction: "This article describes what an active iterator is, and how to use a factory method to create one. There are also examples of using System.Address_To_Access_Conversions to get around the limitation of not having in out parameter modes for functions." The patterns archive is at the following URL: The iterator article is under the November 1998 link, and is titled Iterator and Factory Methods Combined. The article is based on a presentation I gave to the Patterns WG at the recent SIGAda conference in Washington, DC, USA. You can subscribe to the patterns list by sending a message with the body subscribe patterns to the following URL: Matt