EasyDelegate  2.0
Delegate and deferred callers for C++11.
Public Member Functions | List of all members
EasyDelegate::InvalidThisPointerException Class Reference

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...

#include <exceptions.hpp>

Inheritance diagram for EasyDelegate::InvalidThisPointerException:
EasyDelegate::DelegateException

Public Member Functions

virtual const char * what () const throw ()
 Returns a pointer to the exception text from the exception. More...
 

Detailed Description

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.

Member Function Documentation

virtual const char* EasyDelegate::InvalidThisPointerException::what ( ) const
throw (
)
inlinevirtual

Returns a pointer to the exception text from the exception.

Returns
A pointer to the exception text in this exception.

The documentation for this class was generated from the following file: