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

#include <catch_reporter_registrars.hpp>

Public Member Functions

 ListenerRegistrar ()
 

Detailed Description

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

Definition at line 38 of file catch_reporter_registrars.hpp.

Constructor & Destructor Documentation

◆ ListenerRegistrar()

template<typename T >
Catch::ListenerRegistrar< T >::ListenerRegistrar ( )
inline

Definition at line 52 of file catch_reporter_registrars.hpp.

52 {
53 getMutableRegistryHub().registerListener( std::make_shared<ListenerFactory>() );
54 }
IMutableRegistryHub & getMutableRegistryHub()
virtual void registerListener(IReporterFactoryPtr const &factory)=0
Here is the call graph for this function:

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