#include <catch.hpp>
Definition at line 2277 of file catch.hpp.
 
◆ Capturer()
◆ ~Capturer()
      
        
          | Catch::Capturer::~Capturer  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ captureValue()
      
        
          | void Catch::Capturer::captureValue  | 
          ( | 
          size_t  | 
          index,  | 
        
        
           | 
           | 
          std::string const &  | 
          value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ captureValues() [1/2]
template<typename T > 
  
  
      
        
          | void Catch::Capturer::captureValues  | 
          ( | 
          size_t  | 
          index,  | 
         
        
           | 
           | 
          T const &  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ captureValues() [2/2]
template<typename T , typename... Ts> 
  
  
      
        
          | void Catch::Capturer::captureValues  | 
          ( | 
          size_t  | 
          index,  | 
         
        
           | 
           | 
          T const &  | 
          value,  | 
         
        
           | 
           | 
          Ts const &...  | 
          values  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ m_captured
  
  
      
        
          | size_t Catch::Capturer::m_captured = 0 | 
         
       
   | 
  
private   | 
  
 
 
◆ m_messages
◆ m_resultCapture
The documentation for this class was generated from the following file: