Implementation of the Command_Exercise() function as used in the Command Pattern. More...
#include <iostream>
#include <sstream>
#include <vector>
#include "Command_Exercise.h"
#include "Command_Classes.h"
#include "helpers/formatstring.h"
#include "helpers/replace.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 | Command_Exercise () |
Example of using the Command design pattern. | |
Implementation of the Command_Exercise() function as used in the Command Pattern.
Definition in file Command_Exercise.cpp.