Implementation of the HandlerChain_Exercise() function as used in the HandlerChain Pattern. More...
#include <iostream>
#include "HandlerChain_Exercise.h"
#include "HandlerChain_Class.h"
#include "HandlerChain_Message_Class.h"
#include "HandlerChain_MessageWindow_Class.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 | HandlerChain_Exercise () |
Example of using the Handle Chain or Chain of Responsibility design pattern. | |
Implementation of the HandlerChain_Exercise() function as used in the HandlerChain Pattern.
Definition in file HandlerChain_Exercise.cpp.