Design Pattern Examples
Overview of object-oriented design patterns
Visitor_Visitor_Class.h File Reference

Implementation of the OrderVisitor class used in the Visitor Pattern. More...

Include dependency graph for Visitor_Visitor_Class.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OrderVisitor
 A visitor used for ordering items from various shops. The user starts with an instance of this class and a list of what they want to order. More...
 

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Macros

#define __VISITOR_VISITOR_CLASS_H__
 

Detailed Description

Implementation of the OrderVisitor class used in the Visitor Pattern.

Definition in file Visitor_Visitor_Class.h.

Macro Definition Documentation

◆ __VISITOR_VISITOR_CLASS_H__

#define __VISITOR_VISITOR_CLASS_H__

Definition at line 8 of file Visitor_Visitor_Class.h.