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
 oCConnectionModels a signal-slot connection
 oCScopedConnectionScoped helper class to map signal-slot connection mgmt. to RAII
 oCPropertyA very simple, templated class that allows for uniform declaration of get-able/set-able/observable members
 oCSignalA signal class that observers can subscribe to
 \CSignal< void >A signal class that observers can subscribe to, template specialization for signals without arguments