xtd 0.2.0
Loading...
Searching...
No Matches
xtd::event< object_t, handler_t > Member List

This is the complete list of members for xtd::event< object_t, handler_t >, including all inherited members.

clear() noexcept -> voidxtd::event< object_t, handler_t >inline
is_empty() const noexcept -> boolxtd::event< object_t, handler_t >inline
operator+=(const handler_t &handler) noexcept -> handler_t &xtd::event< object_t, handler_t >inline
operator+=(const typename handler_t::function_t &function) noexcept -> handler_t &xtd::event< object_t, handler_t >inline
operator+=(fn_t function) noexcept -> handler_t &xtd::event< object_t, handler_t >inline
operator-=(const handler_t &handler) noexcept -> handler_t &xtd::event< object_t, handler_t >inline
operator-=(const typename handler_t::function_t &function) noexcept -> handler_t &xtd::event< object_t, handler_t >inline
operator-=(fn_t function) noexcept -> handler_t &xtd::event< object_t, handler_t >inline