class Cute::SignalSpy(T)
- Cute::SignalSpy(T)
- Array(T)
- Reference
- Object
Overview
Spies upon a signal, storing all emitted values in itself.
It inherits from Array(T)
, so you can use all methods from Array you know.
Instead of instantiating this class yourself, see Cute.spy
.