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

Implementation of the HandlerChain_Exercise() function as used in the HandlerChain Pattern. More...

Include dependency graph for HandlerChain_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 HandlerChain_Exercise ()
 Example of using the Handle Chain or Chain of Responsibility design pattern.
 

Detailed Description

Implementation of the HandlerChain_Exercise() function as used in the HandlerChain Pattern.

Definition in file HandlerChain_Exercise.cpp.