Ylva And Malin
Public Member Functions | Friends
Catch::LazyExpression Class Reference

#include <catch.hpp>

Collaboration diagram for Catch::LazyExpression:
Collaboration graph

Public Member Functions

 LazyExpression (bool isNegated)
 
 LazyExpression (LazyExpression const &other)
 
LazyExpressionoperator= (LazyExpression const &)=delete
 
 operator bool () const
 

Friends

class AssertionHandler
 
struct AssertionStats
 
class RunContext
 
auto operator<< (std::ostream &os, LazyExpression const &lazyExpr) -> std::ostream &
 

Constructor & Destructor Documentation

Catch::LazyExpression::LazyExpression ( bool  isNegated)
Catch::LazyExpression::LazyExpression ( LazyExpression const &  other)

Member Function Documentation

Catch::LazyExpression::operator bool ( ) const
explicit
LazyExpression& Catch::LazyExpression::operator= ( LazyExpression const &  )
delete

Friends And Related Function Documentation

friend class AssertionHandler
friend
friend struct AssertionStats
friend
auto operator<< ( std::ostream &  os,
LazyExpression const &  lazyExpr 
) -> std::ostream &
friend
friend class RunContext
friend

The documentation for this class was generated from the following file: