|
libqi-api
release-2.5.3-2016-11-18
|
#include <qi/actor.hpp>#include <qi/anyobject.hpp>#include <qi/clock.hpp>#include <qi/signal.hpp>Go to the source code of this file.
Classes | |
| class | qi::SignalSpy |
| A tool to track signal emissions, specialized for testing. A signal spy can acknowledge every signal emission of a given signal, type-erased or not. Every emission is recorded, so that they can be compared to expectations, or to produce a history. More... | |
| struct | qi::SignalSpy::Record |
| A record data, corresponding to one signal emission. More... | |
Namespaces | |
| qi | |
| Deprecated in 2.5. Use int8_t from <cstdint>. | |
Macros | |
| #define | _QI_SIGNALHELPER_HPP_ |
| #define _QI_SIGNALHELPER_HPP_ |
Definition at line 4 of file signalspy.hpp.