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

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"
Include dependency graph for Facade_Exercise.cpp:

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.
 

Detailed Description

Implementation of the Facade_Exercise() function as used in the Facade Pattern.

Definition in file Facade_Exercise.cpp.