Public Member Functions | |
ExceptionTranslator (std::string(*translateFunction)(T &)) | |
virtual std::string | translate () const |
Protected Attributes | |
std::string(* | m_translateFunction )(T &) |
Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >::ExceptionTranslator | ( | std::string(*)(T &) | translateFunction | ) | [inline] |
virtual std::string Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >::translate | ( | ) | const [inline, virtual] |
Implements Catch::IExceptionTranslator.
std::string(* Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >::m_translateFunction)(T &) [protected] |