#include "SafePtr.h"#include "Subject.h"Go to the source code of this file.
Classes | |
| class | SignalEnabler |
| SignalEnabler is an RAII class for enabling/disabling signals on a Subject, guaranteeing that the previous state is restored when the SignalEnabler goes out of scope. More... | |
| class | SignalBlocker |
| Blocks signals on the given Subject. More... | |