spdlog
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T > Class Template Reference

Detailed Description

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

Definition at line 2895 of file catch.hpp.

Inheritance diagram for Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >:
[legend]

Public Member Functions

 ExceptionTranslator (std::string(*translateFunction)(T &))
 
std::string translate (ExceptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd) const override
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ ExceptionTranslator()

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

Definition at line 2898 of file catch.hpp.

Member Function Documentation

◆ translate()

template<typename T >
std::string Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >::translate ( ExceptionTranslators::const_iterator  it,
ExceptionTranslators::const_iterator  itEnd 
) const
inlineoverridevirtual

Implements Catch::IExceptionTranslator.

Definition at line 2902 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 2915 of file catch.hpp.


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