WPILibC++ 2025.2.1
|
#include <wpi/Signal.h>
Public Types | |
using | base_types = trait::typelist<Args...> |
Public Member Functions | |
virtual | ~SlotBase () noexcept=default |
virtual void | call_slot (Args...)=0 |
template<typename... U> | |
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 |
Public Attributes | |
SlotPtr< Args... > | next |
using wpi::sig::detail::SlotBase< Args >::base_types = trait::typelist<Args...> |
|
virtualdefaultnoexcept |
|
pure virtual |
|
inline |
SlotPtr<Args...> wpi::sig::detail::SlotBase< Args >::next |