Declaration of the Decorator_Exercise() function as used in the Decorator Pattern. More...
Go to the source code of this file.
Namespaces | |
namespace | DesignPatternExamples_cpp |
The namespace containing all Design Pattern Examples implemented in C++. | |
Macros | |
#define | __DECORATOR_EXERCISE_H__ |
Functions | |
void | Decorator_Exercise () |
Example of using the Decorator design pattern. | |
Declaration of the Decorator_Exercise() function as used in the Decorator Pattern.
Definition in file cplusplus/Decorator_Exercise.h.
#define __DECORATOR_EXERCISE_H__ |
Definition at line 9 of file cplusplus/Decorator_Exercise.h.