xtd - Reference Guide
0.1.0
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::delegate< result_t()>, including all inherited members.
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 delegate &delegate) 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 |
equals(const object &obj) const noexcept | xtd::object | virtual |
equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
function_t typedef | xtd::delegate< result_t()> | |
functions() const | xtd::delegate< result_t()> | inline |
get_hash_code() 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 delegate &delegate) const | xtd::delegate< result_t()> | inline |
operator()() const | xtd::delegate< result_t()> | inline |
operator=(const function_t &function) noexcept (defined in xtd::delegate< result_t()>) | xtd::delegate< result_t()> | inline |
operator==(const delegate &delegate) const noexcept | xtd::delegate< result_t()> | inline |
reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
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 |
to_string() const noexcept | xtd::object | virtual |