#include <catch_interfaces_exception.h>
Definition at line 2687 of file catch.hpp.
◆ ExceptionTranslatorRegistrar() [1/2]
Catch::ExceptionTranslatorRegistrar::ExceptionTranslatorRegistrar |
( |
std::string(* | translateFunction )(T &) | ) |
|
|
inline |
Definition at line 66 of file catch_interfaces_exception.h.
66 {
68 ( new ExceptionTranslator<T>( translateFunction ) );
69 }
IMutableRegistryHub & getMutableRegistryHub()
virtual void registerTranslator(const IExceptionTranslator *translator)=0
◆ ExceptionTranslatorRegistrar() [2/2]
Catch::ExceptionTranslatorRegistrar::ExceptionTranslatorRegistrar |
( |
std::string(* | translateFunction )(T &) | ) |
|
|
inline |
Definition at line 2714 of file catch.hpp.
2714 {
2716 ( new ExceptionTranslator<T>( translateFunction ) );
2717 }
The documentation for this class was generated from the following files: