Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::ReporterRegistrar< T > Class Template Reference

#include <catch_reporter_registrars.hpp>

Public Member Functions

 ReporterRegistrar (std::string const &name)
 

Detailed Description

template<typename T>
class Catch::ReporterRegistrar< T >

Definition at line 17 of file catch_reporter_registrars.hpp.

Constructor & Destructor Documentation

◆ ReporterRegistrar()

template<typename T >
Catch::ReporterRegistrar< T >::ReporterRegistrar ( std::string const & name)
inlineexplicit

Definition at line 32 of file catch_reporter_registrars.hpp.

32 {
33 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() );
34 }
std::string name
IMutableRegistryHub & getMutableRegistryHub()
virtual void registerReporter(std::string const &name, IReporterFactoryPtr const &factory)=0
Here is the call graph for this function:

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