#include "AppVerify.h"#include "Observer.h"#include "Slot.h"#include <memory>#include <string>#include <sstream>#include <typeinfo>Go to the source code of this file.
Classes | |
| class | SafeSlot |
| Subclass of Slot that allows the specification of an object whose destructor will cause the Slot to be automatically detached. More... | |
| class | SafeSlot::SafeSlotWrapper |
| A class that extends the Slot::SlotWrapper class to add the ability to query an invalidator. More... | |
| class | SafeSlot::SafeSlotValue< T > |
| class | SlotInvalidator |
| This class provides an object that, when destroyed invalidates a slot. More... | |
| class | AutoSlot |
| Subclass of SafeSlot for convenience when the observer and invalidator are the same object. More... | |