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"
Go to the source code of this file.
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Implementation of the Visitor_Shop base class used in the Visitor Pattern.
Definition in file Visitor_Element_Classes.cpp.