WPILibC++ 2024.3.2
|
Public Member Functions | |
template<typename F > | |
constexpr | Slot (F &&f) |
virtual void | call_slot (Args ...args) override |
Public Member Functions inherited from wpi::sig::detail::SlotBase< Args... > | |
virtual | ~SlotBase () noexcept=default |
virtual void | call_slot (Args...)=0 |
void | operator() (U &&...u) |
Public Member Functions inherited from wpi::sig::detail::SlotState | |
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 | |
Public Types inherited from wpi::sig::detail::SlotBase< Args... > | |
using | base_types = trait::typelist< Args... > |
Public Attributes inherited from wpi::sig::detail::SlotBase< Args... > | |
SlotPtr< Args... > | next |
|
inlineconstexpr |
|
inlineoverridevirtual |