EasyDelegate  2.0
Delegate and deferred callers for C++11.
EasyDelegate::StaticDelegate< returnType, parameters > Member List

This is the complete list of members for EasyDelegate::StaticDelegate< returnType, parameters >, including all inherited members.

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