Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 261 Bytes

File metadata and controls

11 lines (8 loc) · 261 Bytes

cpp_observer_pattern

A head only, template-based, type-safe, generic C++ observer pattern library.

Install

Just copy include/ObserverPattern.hpp to your build tree and use a C++11 compiler.

Platforms

Linux and Windows

Usage

refer to example in test.