Implementation of the Decorator_Exercise() function as used in the Decorator Pattern. More...
#include <iostream>
#include "helpers/formatstring.h"
#include "Decorator_Exercise.h"
#include "Decorator_Classes.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 | Decorator_Exercise () |
Example of using the Decorator design pattern. | |
Implementation of the Decorator_Exercise() function as used in the Decorator Pattern.
Definition in file Decorator_Exercise.cpp.