#include <catch.hpp>
Definition at line 4009 of file catch.hpp.
 
◆ ~IConfig()
  
  
      
        
          | virtual Catch::IConfig::~IConfig  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ abortAfter()
  
  
      
        
          | virtual int Catch::IConfig::abortAfter  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ allowThrows()
  
  
      
        
          | virtual bool Catch::IConfig::allowThrows  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ benchmarkResolutionMultiple()
  
  
      
        
          | virtual int Catch::IConfig::benchmarkResolutionMultiple  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ getSectionsToRun()
  
  
      
        
          | virtual std::vector<std::string> const& Catch::IConfig::getSectionsToRun  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ hasTestFilters()
  
  
      
        
          | virtual bool Catch::IConfig::hasTestFilters  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ includeSuccessfulResults()
  
  
      
        
          | virtual bool Catch::IConfig::includeSuccessfulResults  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ name()
  
  
      
        
          | virtual std::string Catch::IConfig::name  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ rngSeed()
  
  
      
        
          | virtual unsigned int Catch::IConfig::rngSeed  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ runOrder()
◆ shouldDebugBreak()
  
  
      
        
          | virtual bool Catch::IConfig::shouldDebugBreak  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ showDurations()
◆ showInvisibles()
  
  
      
        
          | virtual bool Catch::IConfig::showInvisibles  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ stream()
  
  
      
        
          | virtual std::ostream& Catch::IConfig::stream  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ testSpec()
  
  
      
        
          | virtual TestSpec const& Catch::IConfig::testSpec  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ useColour()
◆ verbosity()
  
  
      
        
          | virtual Verbosity Catch::IConfig::verbosity  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ warnAboutMissingAssertions()
  
  
      
        
          | virtual bool Catch::IConfig::warnAboutMissingAssertions  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ warnAboutNoTests()
  
  
      
        
          | virtual bool Catch::IConfig::warnAboutNoTests  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
The documentation for this struct was generated from the following file: