This is the complete list of members for xtd::event< object_t, handler_t >, including all inherited members.
| clear() noexcept | xtd::event< object_t, handler_t > | inline |
| 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 |