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

Include file containing the definitions for all exception types thrown by the EasyDelegate library. More...

#include <stdexcept>

Go to the source code of this file.

Classes

class  EasyDelegate::DelegateException
 A general base exception type for all exceptions that is thrown by the EasyDelegate library. More...
 
class  EasyDelegate::InvalidThisPointerException
 An exception type that is thrown by the EasyDelegate library when a member delegate type has attempted to make a call using a NULL 'this' pointer. More...
 
class  EasyDelegate::InvalidMethodPointerException
 An exception type that is thrown by the EasyDelegate library when any delegate type has attempted to make a call against a NULL method pointer. More...
 

Namespaces

 EasyDelegate
 Namespace containing all EasyDelegate functionality.
 

Detailed Description

Include file containing the definitions for all exception types thrown by the EasyDelegate library.

Date
7/11/2015
Version
2.0
Author
Robert MacGregor