CellModules
Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T > Class Template Reference
Inheritance diagram for Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >:
Catch::IExceptionTranslator

Public Member Functions

 ExceptionTranslator (std::string(*translateFunction)(T &))
 
virtual std::string translate () const
 

Protected Attributes

std::string(* m_translateFunction )(T &)
 

Detailed Description

template<typename T>
class Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >

Definition at line 2069 of file catch.hpp.

Constructor & Destructor Documentation

◆ ExceptionTranslator()

template<typename T >
Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >::ExceptionTranslator ( std::string(*)(T &)  translateFunction)
inline

Definition at line 2072 of file catch.hpp.

Member Function Documentation

◆ translate()

template<typename T >
virtual std::string Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >::translate ( ) const
inlinevirtual

Implements Catch::IExceptionTranslator.

Definition at line 2076 of file catch.hpp.

Member Data Documentation

◆ m_translateFunction

template<typename T >
std::string(* Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >::m_translateFunction) (T &)
protected

Definition at line 2086 of file catch.hpp.


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