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