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

Declaration of the Visitor_Village class used in the Visitor Pattern. More...

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

Go to the source code of this file.

Classes

class  Visitor_Village
 Represents a collection of shops that can be visited. More...
 

Namespaces

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

Macros

#define __VISITOR_VILLAGE_H__
 

Detailed Description

Declaration of the Visitor_Village class used in the Visitor Pattern.

Definition in file cplusplus/Visitor_Village.h.

Macro Definition Documentation

◆ __VISITOR_VILLAGE_H__

#define __VISITOR_VILLAGE_H__

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