WPILibC++
2019.1.1-beta-2-31-g26e8e58
|
Public Types | |
using | base_types = trait::typelist< Args...> |
Public Member Functions | |
virtual void | call_slot (Args...)=0 |
template<typename... U> | |
void | operator() (U &&...u) |
![]() | |
bool | connected () const noexcept |
bool | disconnect () noexcept |
bool | blocked () const noexcept |
void | block () noexcept |
void | unblock () noexcept |
Public Attributes | |
SlotPtr< Args...> | next |