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"
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. | |
Implementation of the State_Exercise() function as used in the State Pattern.
Definition in file State_Exercise.cpp.