EasyDelegate  2.0
Delegate and deferred callers for C++11.
Classes | Namespaces
delegates.hpp File Reference

Include file declaring various delegate types. More...

#include <assert.h>
#include "types.hpp"
#include "exceptions.hpp"

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.
 

Detailed Description

Include file declaring various delegate types.

Date
6/25/2015
Version
2.0
Author
Robert MacGregor