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

Implementation of the Mediator_Exercise() function as used in the Mediator Pattern. More...

#include <iostream>
#include <sstream>
#include "helpers/formatstring.h"
#include "Mediator_Exercise.h"
#include "Mediator_Class.h"
Include dependency graph for Mediator_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 Mediator_Exercise ()
 Example of using the Mediator design pattern.
 

Detailed Description

Implementation of the Mediator_Exercise() function as used in the Mediator Pattern.

Definition in file Mediator_Exercise.cpp.