WPILibC++
2019.1.1-beta-1-4-ga8aacd3
|
Public Member Functions | |
template<typename F , typename P > | |
constexpr | Slot (F &&f, P &&p) |
virtual void | call_slot (Args...args) override |
![]() | |
void | operator() (U &&...u) |
![]() | |
bool | connected () const noexcept |
bool | disconnect () noexcept |
bool | blocked () const noexcept |
void | block () noexcept |
void | unblock () noexcept |
Public Attributes | |
Connection | conn |
![]() | |
SlotPtr< Args...> | next |
Additional Inherited Members | |
![]() | |
using | base_types = trait::typelist< Args...> |