Design Pattern Examples
Overview of object-oriented design patterns
cplusplus/Adapter_Exercise.h File Reference

Declaration of the Adapter_Exercise() function as used in the Adapter Pattern. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_cpp
 The namespace containing all Design Pattern Examples implemented in C++.
 

Macros

#define __ADAPTER_EXERCISE_H__
 

Functions

void Adapter_Exercise ()
 Example of using the Adapter Pattern.
 

Detailed Description

Declaration of the Adapter_Exercise() function as used in the Adapter Pattern.

Definition in file cplusplus/Adapter_Exercise.h.

Macro Definition Documentation

◆ __ADAPTER_EXERCISE_H__

#define __ADAPTER_EXERCISE_H__

Definition at line 8 of file cplusplus/Adapter_Exercise.h.