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

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"
Include dependency graph for Decorator_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 Decorator_Exercise ()
 Example of using the Decorator design pattern.
 

Detailed Description

Implementation of the Decorator_Exercise() function as used in the Decorator Pattern.

Definition in file Decorator_Exercise.cpp.