All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Protected Attributes | List of all members
Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T > Class Template Reference
+ Inheritance diagram for Catch::ExceptionTranslatorRegistrar::ExceptionTranslator< T >:

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 &)
 

Detailed Description

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

Definition at line 3023 of file catch.hpp.


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