xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
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.

is_empty() const noexceptxtd::event< object_t, handler_t >inline
operator+=(const handler_t &handler) noexceptxtd::event< object_t, handler_t >inline
operator+=(const typename handler_t::function_t &function) noexceptxtd::event< object_t, handler_t >inline
operator+=(fn_t function) noexceptxtd::event< object_t, handler_t >inline
operator-=(const handler_t &handler) noexceptxtd::event< object_t, handler_t >inline
operator-=(const typename handler_t::function_t &function) noexceptxtd::event< object_t, handler_t >inline
operator-=(fn_t function) noexceptxtd::event< object_t, handler_t >inline