callsMethod(const MethodPointer methodPointer) const noexcept | EasyDelegate::StaticDelegate< returnType, parameters > | inlinevirtual |
callsMethod(const MemberMethodPointer< otherClass, otherReturn, otherParams...> methodPointer) const noexcept | EasyDelegate::StaticDelegate< returnType, parameters > | inline |
ITypedDelegate< returnType, parameters...>::callsMethod(const MemberDelegateFuncPtr< className > methodPointer) const noexcept | EasyDelegate::ITypedDelegate< returnType, parameters...> | inline |
hasSameMethodAs(const StaticDelegate< returnType, parameters...> *other) const noexcept | EasyDelegate::StaticDelegate< returnType, parameters > | inline |
hasSameMethodAs(const MemberDelegate< otherClass, otherReturn, otherParams...> *other) const noexcept | EasyDelegate::StaticDelegate< returnType, parameters > | inline |
hasSameMethodAs(const StaticDelegate< otherReturn, otherParams...> *other) const noexcept | EasyDelegate::StaticDelegate< returnType, parameters > | inline |
hasSameThisPointerAs(const MemberDelegate< otherClass, otherReturn, otherParams...> *other) const noexcept | EasyDelegate::StaticDelegate< returnType, parameters > | inline |
hasSameThisPointerAs(const StaticDelegate< otherReturn, otherParams...> *other) const noexcept | EasyDelegate::StaticDelegate< returnType, parameters > | inline |
hasThisPointer(const void *thisPointer) const noexcept | EasyDelegate::StaticDelegate< returnType, parameters > | inlinevirtual |
IDelegate(const bool &isMemberDelegate) noexcept | EasyDelegate::IDelegate | inlineprotected |
invoke(parameters...params) | EasyDelegate::StaticDelegate< returnType, parameters > | inlinevirtual |
ITypedDelegate(const bool &isMemberDelegate) noexcept | EasyDelegate::ITypedDelegate< returnType, parameters...> | inline |
MemberDelegateFuncPtr typedef | EasyDelegate::ITypedDelegate< returnType, parameters...> | |
MemberDelegateType typedef | EasyDelegate::ITypedDelegate< returnType, parameters...> | |
MethodPointer typedef | EasyDelegate::StaticDelegate< returnType, parameters > | |
mIsMemberDelegate | EasyDelegate::IDelegate | |
ReturnType typedef | EasyDelegate::ITypedDelegate< returnType, parameters...> | |
StaticDelegate(const MethodPointer methodPointer) | EasyDelegate::StaticDelegate< returnType, parameters > | inline |
StaticDelegate(const StaticDelegate< returnType, parameters...> *other) | EasyDelegate::StaticDelegate< returnType, parameters > | inline |
StaticDelegateType typedef | EasyDelegate::ITypedDelegate< returnType, parameters...> | |
StaticMethodPointerType typedef | EasyDelegate::ITypedDelegate< returnType, parameters...> | |