Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of VisitorPattern

Show
Ignore:
Author:
Emil Wojak (IP: 83.14.252.50)
Timestamp:
09/24/07 12:13:29 (17 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisitorPattern

    v1 v2  
    55== Description == 
    66 
    7 Examples of implementing the Gang of Four Composite Pattern. You can find description on: http://en.wikipedia.org/wiki/Visitor_pattern 
     7Examples of implementing the Gang of Four Visitor Pattern. You can find description on: http://en.wikipedia.org/wiki/Visitor_pattern 
    88 
    99== Example : Visitor Pattern ==