Skip to content

C++ library that implements chain of responsibility design pattern template

License

Notifications You must be signed in to change notification settings

konstantin89/chain-of-responsibility

Repository files navigation

chain-of-responsibility

Brief

Library that implements C++ "Chain Of Responsibility" design pattern template.

Example

Email processing example

In this example, email processing chain consists of two links.
The first link checks if given email in spam.
The second link checks if given email sender is blocked.

The following UML describes this example:

About

C++ library that implements chain of responsibility design pattern template

Topics

Resources

License

Stars

Watchers

Forks