libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
signalspy.hpp File Reference
#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.

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_SIGNALSPY_HPP_
 

Macro Definition Documentation

#define _QI_SIGNALSPY_HPP_

Definition at line 4 of file signalspy.hpp.