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

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"
Include dependency graph for Interpreter_Exercise.cpp:

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.
 

Detailed Description

Implementation of the Interpreter_Exercise() function as used in the Interpreter Pattern.

Definition in file Interpreter_Exercise.cpp.