This is the complete list of members for xtd::delegate< result_t()>, including all inherited members.
begin_invoke() | xtd::delegate< result_t()> | |
begin_invoke(xtd::async_callback async_callback) | xtd::delegate< result_t()> | |
begin_invoke(xtd::async_callback async_callback, std::any async_state) | xtd::delegate< result_t()> | |
clear() | xtd::delegate< result_t()> | inline |
combine(const std::vector< delegate > &delegates) noexcept | xtd::delegate< result_t()> | inlinestatic |
combine(const delegate &a, const delegate &b) noexcept | xtd::delegate< result_t()> | inlinestatic |
delegate()=default | xtd::delegate< result_t()> | |
delegate(const function_t &function) noexcept | xtd::delegate< result_t()> | inline |
delegate(const object1_t &object, result_t(object2_t::*method)() const) noexcept | xtd::delegate< result_t()> | inline |
delegate(const object1_t &object, result_t(object2_t::*method)()) noexcept | xtd::delegate< result_t()> | inline |
end_invoke(async_result async) | xtd::delegate< result_t()> | |
equals(const delegate &delegate) const noexcept override | xtd::delegate< result_t()> | inline |
equals(const object &obj) const noexcept | xtd::delegate< result_t()> | virtual |
equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::delegate< result_t()> | inlinestatic |
iequatable< delegate< result_t()> >::equals(const delegate< result_t()> &) const noexcept=0 | xtd::iequatable< delegate< result_t()> > | pure virtual |
function_t typedef | xtd::delegate< result_t()> | |
functions() const | xtd::delegate< result_t()> | inline |
get_hash_code() const noexcept | xtd::object | virtual |
get_type() const noexcept | xtd::object | virtual |
invoke() const | xtd::delegate< result_t()> | inline |
is_empty() const noexcept | xtd::delegate< result_t()> | inline |
memberwise_clone() const | xtd::object | inline |
object()=default | xtd::object | |
operator()() const | xtd::delegate< result_t()> | inline |
operator=(const function_t &function) noexcept (defined in xtd::delegate< result_t()>) | xtd::delegate< result_t()> | inline |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
remove(const delegate &source, const delegate &value) noexcept | xtd::delegate< result_t()> | inlinestatic |
remove_all(const delegate &source, const delegate &value) noexcept | xtd::delegate< result_t()> | inlinestatic |
size() const noexcept | xtd::delegate< result_t()> | inline |
to_string() const noexcept | xtd::object | virtual |