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

Implementation of the DataReaderWriter class used in the Adapter Pattern. More...

Include dependency graph for Adapter_FrontEndClass.cpp:

Go to the source code of this file.

Namespaces

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

Detailed Description

Implementation of the DataReaderWriter class used in the Adapter Pattern.

Definition in file Adapter_FrontEndClass.cpp.