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

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"
Include dependency graph for Interpreter_Class.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 Interpreter_Class class used in the Interpreter Pattern.

Definition in file Interpreter_Class.cpp.