Support throwing exceptions. More...
Go to the source code of this file.
Classes | |
class | mockpp::Throwable |
A virtual base class to handle throwable objects. More... | |
class | mockpp::ThrowableWrapper< T > |
A helper template to wrap a throwable object in a uniform fashion. More... | |
class | mockpp::ThrowableItem |
A throwable object. More... | |
Namespaces | |
namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Functions | |
template<class T > | |
Throwable * | mockpp::make_throwable (const T &w) |
Helper template to create a Throwable from an ordinary object. |
Support throwing exceptions.
Definition in file Throwable.h.