Definition at line 2052 of file catch.hpp.
 
#include <catch.hpp>
◆ ITransientExpression()
  
  | 
        
          | Catch::ITransientExpression::ITransientExpression | ( | bool | isBinaryExpression, |  
          |  |  | bool | result |  
          |  | ) |  |  |  | inline | 
 
 
◆ ~ITransientExpression()
  
  | 
        
          | virtual Catch::ITransientExpression::~ITransientExpression | ( |  | ) |  |  | virtual | 
 
 
◆ getResult()
  
  | 
        
          | auto Catch::ITransientExpression::getResult | ( |  | ) | const -> bool |  | inline | 
 
 
◆ isBinaryExpression()
  
  | 
        
          | auto Catch::ITransientExpression::isBinaryExpression | ( |  | ) | const -> bool |  | inline | 
 
 
◆ streamReconstructedExpression()
  
  | 
        
          | virtual void Catch::ITransientExpression::streamReconstructedExpression | ( | std::ostream & | os | ) | const |  | pure virtual | 
 
 
◆ m_isBinaryExpression
      
        
          | bool Catch::ITransientExpression::m_isBinaryExpression | 
      
 
 
◆ m_result
      
        
          | bool Catch::ITransientExpression::m_result | 
      
 
 
The documentation for this struct was generated from the following file: