Design Pattern Examples
Overview of object-oriented design patterns
cplusplus/Bridge_Exercise.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#ifndef __BRIDGE_EXERCISE_H__
8
#define __BRIDGE_EXERCISE_H__
9
10
namespace
DesignPatternExamples_cpp
11
{
12
void
Bridge_Exercise
();
13
14
}
// end namespace
15
16
#endif
// __BRIDGE_EXERCISE_H__
17
DesignPatternExamples_cpp
The namespace containing all Design Pattern Examples implemented in C++.
Definition:
Adapter_Exercise.cpp:13
DesignPatternExamples_cpp::Bridge_Exercise
void Bridge_Exercise()
Example of using the Bridge design pattern.
Definition:
Bridge_Exercise.cpp:57
cplusplus
Bridge_Exercise.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6