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

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"
Include dependency graph for Observer_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 Observer_Exercise ()
 Example of using the Observer design pattern.
 

Detailed Description

Implementation of the Observer_Exercise() function as used in the Observer Pattern.

Definition in file Observer_Exercise.cpp.