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