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