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