EasyDelegate
2.0
Delegate and deferred callers for C++11.
|
Include file declaring various delegate types. More...
Go to the source code of this file.
Classes | |
class | EasyDelegate::ITypedDelegate< returnType, parameters > |
Base delegate type. More... | |
class | EasyDelegate::IDelegate |
A type that can represent any delegate type, but it cannot be invoked without casting to a delegate type that knows the proper method signature. More... | |
class | EasyDelegate::MemberDelegate< classType, returnType, parameters > |
A delegate of a class member method. More... | |
class | EasyDelegate::StaticDelegate< returnType, parameters > |
A delegate of a static method. More... | |
class | EasyDelegate::MemberDelegate< classType, returnType, parameters > |
A delegate of a class member method. More... | |
class | EasyDelegate::ITypedDelegate< returnType, parameters > |
Base delegate type. More... | |
Namespaces | |
EasyDelegate | |
Namespace containing all EasyDelegate functionality. | |
Include file declaring various delegate types.