Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::IExceptionTranslator Struct Referenceabstract

#include <catch.hpp>

+ Collaboration diagram for Catch::IExceptionTranslator:

Public Member Functions

virtual ~IExceptionTranslator ()
 
virtual std::string translate (ExceptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd) const =0
 

Detailed Description

Definition at line 3010 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~IExceptionTranslator()

virtual Catch::IExceptionTranslator::~IExceptionTranslator ( )
virtual

Member Function Documentation

◆ translate()

virtual std::string Catch::IExceptionTranslator::translate ( ExceptionTranslators::const_iterator it,
ExceptionTranslators::const_iterator itEnd ) const
pure virtual

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