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

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"
Include dependency graph for Bridge_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 Bridge_Exercise ()
 Example of using the Bridge design pattern.
 

Detailed Description

Implementation of the Bridge_Exercise() function as used in the Bridge Pattern.

Definition in file Bridge_Exercise.cpp.