
Public Member Functions | |
| ExceptionTranslator (std::string(*translateFunction)(T &)) | |
| virtual std::string | translate () const |
Public Member Functions inherited from Catch::IExceptionTranslator | |
| virtual | ~IExceptionTranslator () |
Protected Attributes | |
| std::string(* | m_translateFunction )(T &) |
|
inline |
|
inlinevirtual |
Implements Catch::IExceptionTranslator.
|
protected |