Design Pattern Examples
Overview of object-oriented design patterns
cplusplus/Visitor_Shop.h File Reference

Declaration of the Visitor_Shop base class used in the Visitor Pattern. More...

#include <string>
#include <memory>
#include "helpers/mapofstrings.h"
Include dependency graph for cplusplus/Visitor_Shop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Visitor_Shop
 Base class that all shops must implement. More...
 

Namespaces

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

Macros

#define __VISITOR_SHOP_H__
 

Detailed Description

Declaration of the Visitor_Shop base class used in the Visitor Pattern.

Definition in file cplusplus/Visitor_Shop.h.

Macro Definition Documentation

◆ __VISITOR_SHOP_H__

#define __VISITOR_SHOP_H__

Definition at line 8 of file cplusplus/Visitor_Shop.h.