#include <catch.hpp>
Definition at line 2643 of file catch.hpp.
 
◆ ~IMutableRegistryHub()
  
  
      
        
          | virtual Catch::IMutableRegistryHub::~IMutableRegistryHub  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ registerListener()
  
  
      
        
          | virtual void Catch::IMutableRegistryHub::registerListener  | 
          ( | 
          IReporterFactoryPtr const &  | 
          factory | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ registerReporter()
  
  
      
        
          | virtual void Catch::IMutableRegistryHub::registerReporter  | 
          ( | 
          std::string const &  | 
          name,  | 
         
        
           | 
           | 
          IReporterFactoryPtr const &  | 
          factory  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ registerStartupException()
  
  
      
        
          | virtual void Catch::IMutableRegistryHub::registerStartupException  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
 
◆ registerTagAlias()
  
  
      
        
          | virtual void Catch::IMutableRegistryHub::registerTagAlias  | 
          ( | 
          std::string const &  | 
          alias,  | 
         
        
           | 
           | 
          std::string const &  | 
          tag,  | 
         
        
           | 
           | 
          SourceLineInfo const &  | 
          lineInfo  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ registerTest()
  
  
      
        
          | virtual void Catch::IMutableRegistryHub::registerTest  | 
          ( | 
          TestCase const &  | 
          testInfo | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ registerTranslator()
  
  
      
        
          | virtual void Catch::IMutableRegistryHub::registerTranslator  | 
          ( | 
          const IExceptionTranslator *  | 
          translator | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
The documentation for this struct was generated from the following file: