libqi-api
2.8.7.4
|
A record data, corresponding to one signal emission. More...
#include <signalspy.hpp>
Public Member Functions | |
template<typename T > | |
const T & | arg (int index) const |
Use this to access an argument in the type you expect it. More... | |
Public Attributes | |
std::vector< qi::AnyValue > | args |
Signal arguments are stored here, in a type-erased way for compatibility. More... | |
A record data, corresponding to one signal emission.
Definition at line 49 of file signalspy.hpp.
|
inline |
Use this to access an argument in the type you expect it.
Definition at line 56 of file signalspy.hpp.
std::vector<qi::AnyValue> qi::SignalSpy::Record::args |
Signal arguments are stored here, in a type-erased way for compatibility.
Definition at line 52 of file signalspy.hpp.