#include <catch.hpp>
Definition at line 2453 of file catch.hpp.
 
◆ allOk()
      
        
          | bool Catch::Counts::allOk  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ allPassed()
      
        
          | bool Catch::Counts::allPassed  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ operator+=()
◆ operator-()
      
        
          | Counts Catch::Counts::operator-  | 
          ( | 
          Counts const &  | 
          other | ) | 
           const | 
        
      
 
 
◆ total()
      
        
          | std::size_t Catch::Counts::total  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ failed
      
        
          | std::size_t Catch::Counts::failed = 0 | 
        
      
 
 
◆ failedButOk
      
        
          | std::size_t Catch::Counts::failedButOk = 0 | 
        
      
 
 
◆ passed
      
        
          | std::size_t Catch::Counts::passed = 0 | 
        
      
 
 
The documentation for this struct was generated from the following file: