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

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"
Include dependency graph for Memento_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 Memento_Exercise ()
 Example of using the Memento design pattern.
 

Detailed Description

Implementation of the Memento_Exercise() function as used in the Memento Pattern.

Definition in file Memento_Exercise.cpp.