System::MulticastDelegate< ReturnType(ArgumentTypes...)> Member List

This is the complete list of members for System::MulticastDelegate< ReturnType(ArgumentTypes...)>, including all inherited members.

BeginInvoke(ArgumentTypes... args, const AsyncCallback &member, const CallbackArgumentType &obj)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
Callback typedefSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>
connect(Callback callback)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
connect(std::function< R(Args...)> f)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
connect(MulticastDelegate &other)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
connect(MemberType ClassType::*member, ClassType *obj)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
connect(MemberType ClassType::*member, const SharedPtr< ClassType > &obj)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
disconnect(Callback callback)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
disconnect(MemberType ClassType::*member, ClassType *obj)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
disconnect(MemberType ClassType::*member, const SharedPtr< ClassType > &obj)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
disconnect(MulticastDelegate &other)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
disconnect_all_slots()System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
empty() constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
EndInvoke(const SharedPtr< IAsyncResult > &)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
GetHashCode() constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
GetType() constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
invoke(ArgumentTypes... args) constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
IsNull() constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
MulticastDelegate()System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
MulticastDelegate(std::nullptr_t)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
MulticastDelegate(const MulticastDelegate &o)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
MulticastDelegate(MulticastDelegate &&o) noexceptSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
MulticastDelegate(Callback &&initial)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
MulticastDelegate(T arg)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
MulticastDelegate(std::function< ReturnType(ArgumentTypes...)> arg)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
operator!=(const std::nullptr_t &) constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
operator!=(const MulticastDelegate &other) constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
operator()(ArgumentTypes... args) constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
operator+=(Callback callback)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
operator-=(Callback callback)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
operator=(const MulticastDelegate &o)System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
operator=(MulticastDelegate &&o) noexceptSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
operator==(const std::nullptr_t &) constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
operator==(const MulticastDelegate &other) constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
remove_empty_callbacks() constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
ToString() constSystem::MulticastDelegate< ReturnType(ArgumentTypes...)>inline
Type()System::MulticastDelegate< ReturnType(ArgumentTypes...)>inlinestatic
~MulticastDelegate()System::MulticastDelegate< ReturnType(ArgumentTypes...)>inline