Design Pattern Examples
Overview of object-oriented design patterns
Visitor_Element_Classes.cpp File Reference

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

#include <iostream>
#include <sstream>
#include "helpers/formatstring.h"
#include "helpers/stringlist.h"
#include "Visitor_Element_Classes.h"
#include "Visitor_Visitor_Class.h"
#include "Visitor_Village.h"
Include dependency graph for Visitor_Element_Classes.cpp:

Go to the source code of this file.

Namespaces

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

Detailed Description

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

Definition in file Visitor_Element_Classes.cpp.