EasyDelegate
2.0
Delegate and deferred callers for C++11.
|
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. | |
Main include file for the EasyDelegate library.