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