Design Pattern Examples
Overview of object-oriented design patterns
cplusplus/Mediator_Exercise.h
Go to the documentation of this file.
1
6
7#pragma once
8#ifndef __MEDIATOR_EXERCISE_H__
9#define __MEDIATOR_EXERCISE_H__
10
12{
13 void Mediator_Exercise();
14
15} // end namespace
16
17#endif // __MEDIATOR_EXERCISE_H__
The namespace containing all Design Pattern Examples implemented in C++.
void Mediator_Exercise()
Example of using the Mediator design pattern.