#include "AppVerify.h"#include "Observer.h"#include <string>#include <sstream>#include <typeinfo>Go to the source code of this file.
Classes | |
| class | Slot |
| Class for specifying which method to call in response to a call to notify by a Subject. More... | |
| class | Slot::SlotWrapper |
| This class provides an abstract interface that implements the details of the slot and hides the type information behind a generic interface. More... | |
| class | Slot::SlotValue< T > |
| class | Signal |
| Class for specifying a signal to re-emit. More... | |
| class | Signal::SignalValue |