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.
|
This is the complete list of members for xtd::event< object_t, handler_t >, including all inherited members.
is_empty() const noexcept | xtd::event< object_t, handler_t > | inline |
operator+=(const handler_t &handler) noexcept | xtd::event< object_t, handler_t > | inline |
operator+=(const typename handler_t::function_t &function) noexcept | xtd::event< object_t, handler_t > | inline |
operator+=(fn_t function) noexcept | xtd::event< object_t, handler_t > | inline |
operator-=(const handler_t &handler) noexcept | xtd::event< object_t, handler_t > | inline |
operator-=(const typename handler_t::function_t &function) noexcept | xtd::event< object_t, handler_t > | inline |
operator-=(fn_t function) noexcept | xtd::event< object_t, handler_t > | inline |