properties-cpp  0.0.1
A very simple convenience library for handling properties and signals in C++11.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ncore
 CConnectionModels a signal-slot connection
 CScopedConnectionScoped helper class to map signal-slot connection mgmt. to RAII
 CPropertyA very simple, templated class that allows for uniform declaration of get-able/set-able/observable members
 CSignalA signal class that observers can subscribe to
 CSignal< void >A signal class that observers can subscribe to, template specialization for signals without arguments