Declaration of the HandlerChain_Exercise() function as used in the HandlerChain 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 | __HANDLERCHAIN_EXERCISE_H__ |
Functions | |
void | HandlerChain_Exercise () |
Example of using the Handle Chain or Chain of Responsibility design pattern. | |
Declaration of the HandlerChain_Exercise() function as used in the HandlerChain Pattern.
Definition in file cplusplus/HandlerChain_Exercise.h.
#define __HANDLERCHAIN_EXERCISE_H__ |
Definition at line 9 of file cplusplus/HandlerChain_Exercise.h.