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

Implementation of the State_Exercise() function as used in the State Pattern. More...

#include <iostream>
#include "helpers/formatstring.h"
#include "helpers/split.h"
#include "helpers/stringlist.h"
#include "State_Exercise.h"
#include "State_Class.h"
Include dependency graph for State_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 State_Exercise ()
 Example of using the State design pattern.
 

Detailed Description

Implementation of the State_Exercise() function as used in the State Pattern.

Definition in file State_Exercise.cpp.