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
11{
12 void Adapter_Exercise();
13
14} // end namespace
15
16#endif // __ADAPTER_EXERCISE_H__
17
The namespace containing all Design Pattern Examples implemented in C++.
void Adapter_Exercise()
Example of using the Adapter Pattern.