Implementation of the Facade_Exercise() function as used in the Facade Pattern. More...
#include <iostream>
#include "helpers/formatstring.h"
#include "Facade_Exercise.h"
#include "FacadeSubsystem_Interface.h"
#include "Facade_Interface.h"
Go to the source code of this file.
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Functions | |
void | Facade_Exercise () |
Example of using the Facade design pattern. | |
Implementation of the Facade_Exercise() function as used in the Facade Pattern.
Definition in file Facade_Exercise.cpp.