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

Main include file for the EasyDelegate library. More...

#include "types.hpp"
#include "delegates.hpp"
#include "delegateset.hpp"
#include "deferredcallers.hpp"

Go to the source code of this file.

Namespaces

 EasyDelegate
 Namespace containing all EasyDelegate functionality.
 

Macros

#define EASYDELEGATE_NOEXCEPT
 A macro that is used to noexcept to something that is compatible with the compiler.
 
#define EASYDELEGATE_CONSTEXPR
 A macro that is used to declare constexpr to something that is compatible with the compiler.
 
#define EASYDELEGATE_INLINE
 A preprocessor definition for a keyword that forces the inlining of a given method.
 

Detailed Description

Main include file for the EasyDelegate library.

Date
7/11/2015
Version
2.0
Author
Robert MacGregor