Implementation of the Interpreter_Exercise() function as used in the Interpreter Pattern. More...
#include <iostream>
#include <sstream>
#include "helpers/formatstring.h"
#include "Interpreter_Exercise.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++. | |
Functions | |
void | Interpreter_Exercise () |
Example of using the Interpreter design pattern. | |
Implementation of the Interpreter_Exercise() function as used in the Interpreter Pattern.
Definition in file Interpreter_Exercise.cpp.