MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / registerTranslator

Method registerTranslator

extlibs/catch/include/catch/catch.hpp:10300–10302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10298 }
10299
10300 void ExceptionTranslatorRegistry::registerTranslator( const IExceptionTranslator* translator ) {
10301 m_translators.push_back( std::unique_ptr<const IExceptionTranslator>( translator ) );
10302 }
10303
10304#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
10305 std::string ExceptionTranslatorRegistry::translateActiveException() const {

Callers 2

registerTranslatorMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected