Implementation of the Interpreter_Class class used in the Interpreter Pattern. More...
#include <sstream>
#include "helpers/_countof.h"
#include "helpers/formatstring.h"
#include "helpers/titlecase.h"
#include "Interpreter_Class.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 Interpreter_Class class used in the Interpreter Pattern.
Definition in file Interpreter_Class.cpp.