This is the complete list of members for sigc::slot< T_return, T_arg >, including all inherited members.
add_destroy_notify_callback(notifiable* data, notifiable::func_destroy_notify func) const | sigc::slot_base | |
block(bool should_block=true) noexcept | sigc::slot_base | |
blocked() const noexcept | sigc::slot_base | inline |
blocked_ | sigc::slot_base | |
disconnect() | sigc::slot_base | |
empty() const noexcept | sigc::slot_base | inline |
func_destroy_notify typedef | sigc::slot_base | |
operator bool() const noexcept | sigc::slot_base | explicit |
operator()(type_trait_take_t< T_arg >..._A_a) const | sigc::slot< T_return, T_arg > | inline |
operator=(const slot& src) | sigc::slot< T_return, T_arg > | inline |
operator=(slot&& src) | sigc::slot< T_return, T_arg > | inline |
sigc::slot_base::operator=(const slot_base& src) | sigc::slot_base | |
sigc::slot_base::operator=(slot_base&& src) | sigc::slot_base | |
remove_destroy_notify_callback(notifiable* data) const | sigc::slot_base | |
rep_ | sigc::slot_base | mutable |
result_type typedef | sigc::slot< T_return, T_arg > | |
set_parent(notifiable* parent, notifiable::func_destroy_notify cleanup) const noexcept | sigc::slot_base | |
slot() | sigc::slot< T_return, T_arg > | inline |
slot(const T_functor& _A_func) | sigc::slot< T_return, T_arg > | inline |
slot(const slot& src) | sigc::slot< T_return, T_arg > | inline |
slot(slot&& src) | sigc::slot< T_return, T_arg > | inline |
slot_base() noexcept | sigc::slot_base | |
slot_base(rep_type* rep) noexcept | sigc::slot_base | explicit |
slot_base(const slot_base& src) | sigc::slot_base | |
slot_base(slot_base&& src) | sigc::slot_base | |
unblock() noexcept | sigc::slot_base | |
~slot_base() | sigc::slot_base | |