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,5394d9ca5f955366 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: pointers & OOP Date: 1999/05/14 Message-ID: <373BADEB.10D09540@Botton.com>#1/1 X-Deja-AN: 477692475 Content-Transfer-Encoding: 7bit References: <$DL10CAsSgL3Iwj3@jr-and-assoc.demon.co.uk> <7gn7gr$fr5$1@nnrp1.dejanews.com> <7gq27t$vnd$1@nnrp1.deja.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 926658025 47670 199.227.148.128 (14 May 1999 05:00:25 GMT) Organization: CyberGate, Inc. Mime-Version: 1.0 NNTP-Posting-Date: 14 May 1999 05:00:25 GMT Newsgroups: comp.lang.ada Date: 1999-05-14T05:00:25+00:00 List-Id: The article is also available at: http://www.adapower.com/alg/activeiter.html David Botton > Study the article Iterator and Factory Methods Combined, in the Nov 98 > ACM patterns archive. In that example a stack has a factory method that > returns an iterator.