#include <qi/actor.hpp>
#include <qi/anyobject.hpp>
#include <qi/api.hpp>
#include <qi/clock.hpp>
#include <qi/signal.hpp>
#include <ka/src.hpp>
Go to the source code of this file.
|
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...
|
|
|
| qi |
| Deprecated in 2.5. Use int8_t from <cstdint>.
|
|
#define _QI_SIGNALSPY_HPP_ |