A virtual base class to handle throwable objects. More...

Public Member Functions | |
| virtual void | throw_me ()=0 |
| Throws the object. | |
| virtual bool | hasThrown () const =0 |
| Queries if the object has been thrown. | |
| virtual | ~Throwable () |
| Destruct the Throwable. | |
A virtual base class to handle throwable objects.
Definition at line 42 of file Throwable.h.
| virtual bool mockpp::Throwable::hasThrown | ( | ) | const [pure virtual] |
Queries if the object has been thrown.
Implemented in mockpp::ThrowableWrapper< T >.
1.6.1