|
libqi-api
release-2.5.3-2016-11-18
|
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 58 of file signalspy.hpp.
|
inline |
Use this to access an argument in the type you expect it.
Definition at line 65 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 61 of file signalspy.hpp.