![]() |
WPILibC++ 2025.2.1
|
#include <wpi/Signal.h>
Public Member Functions | |
template<typename F , typename P > | |
constexpr | SlotTracked (F &&f, P &&p) |
virtual void | call_slot (Args ...args) override |
![]() | |
virtual | ~SlotBase () noexcept=default |
virtual void | call_slot (Args...)=0 |
void | operator() (U &&...u) |
![]() | |
constexpr | SlotState () noexcept |
virtual | ~SlotState ()=default |
bool | connected () const noexcept |
bool | disconnect () noexcept |
bool | blocked () const noexcept |
void | block () noexcept |
void | unblock () noexcept |
Additional Inherited Members | |
![]() | |
using | base_types |
![]() | |
SlotPtr< Args... > | next |
|
inlineconstexpr |
|
inlineoverridevirtual |