Implementation of the OrderVisitor class used in the Visitor Pattern. More...
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__ |
Implementation of the OrderVisitor class used in the Visitor Pattern.
Definition in file Visitor_Visitor_Class.h.
#define __VISITOR_VISITOR_CLASS_H__ |
Definition at line 8 of file Visitor_Visitor_Class.h.