WPILibC++
2018.4.1-20180729124724-1140-gcbb62fb
|
Public Member Functions | |
template<typename F > | |
constexpr | Slot (F &&f) |
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...> |