Btk Signal.
More...
#include <signal.hpp>
|
|
| Signal (const Signal &)=delete |
| |
|
RetT | emit (Args ...args) const |
| |
|
template<class Callable > |
| Connection | connect (Callable &&callable) |
| |
|
template<class Callable , class Object > |
| void | connect (Callable &&callable, Object *object) |
| |
|
RetT | operator() (Args ...args) const |
| |
|
| SignalBase (const SignalBase &)=delete |
| |
|
void | disconnect_all () |
| |
|
bool | empty () const noexcept |
| |
|
bool | operator== (std::nullptr_t) const noexcept |
| |
|
bool | operator!= (std::nullptr_t) const noexcept |
| |
|
| operator bool () const noexcept |
| |
|
size_t | connected_slots () const noexcept |
| |
template<class RetT, class ... Args>
struct Btk::Signal< RetT(Args...)>
Btk Signal.
- Template Parameters
-
| RetT | The signal return type |
| Args | The signal args |
The documentation for this struct was generated from the following file: