properties-cpp 0.0.3
A very simple convenience library for handling properties and signals in C++11.
|
▼Ncore | |
CConnection | Models a signal-slot connection |
CProperty | A very simple, templated class that allows for uniform declaration of get-able/set-able/observable members |
CScopedConnection | Scoped helper class to map signal-slot connection mgmt. to RAII |
CSignal | A signal class that observers can subscribe to |
CSignal< void > | A signal class that observers can subscribe to, template specialization for signals without arguments |