Libftpp
A modern C++ library
observable_value.hpp File Reference
#include <memory>
#include <set>
#include "IObserver/IObserver.hpp"
+ Include dependency graph for observable_value.hpp:

Go to the source code of this file.

Classes

class  ObservableValue< TType >
 ObservableValue class template that implements the Observer design pattern. It allows observers to subscribe and be notified when the value changes. More...