Design Pattern Examples
Overview of object-oriented design patterns
c/HandlerChain_Exercise.h
Go to the documentation of this file.
1
6
7
#pragma once
8
#ifndef __HANDLERCHAIN_EXERCISE_H__
9
#define __HANDLERCHAIN_EXERCISE_H__
10
11
void
HandlerChain_Exercise
(
void
);
12
13
#endif
// __HANDLERCHAIN_EXERCISE_H__
HandlerChain_Exercise
void HandlerChain_Exercise(void)
Example of using the HandlerChain Pattern or Chain of Responsibility design pattern.
Definition:
HandlerChain_Exercise.c:88
c
HandlerChain_Exercise.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6