Public Member Functions | Private Attributes | Friends | List of all members
Catch::LazyExpression Class Reference

#include <catch.hpp>

Public Member Functions

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

Private Attributes

bool m_isNegated
 
ITransientExpression const * m_transientExpression = nullptr
 

Friends

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

Detailed Description

Definition at line 1695 of file catch.hpp.

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

Definition at line 1696 of file catch.hpp.

friend struct AssertionStats
friend

Definition at line 1697 of file catch.hpp.

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

Definition at line 1698 of file catch.hpp.

Member Data Documentation

bool Catch::LazyExpression::m_isNegated
private

Definition at line 1701 of file catch.hpp.

ITransientExpression const* Catch::LazyExpression::m_transientExpression = nullptr
private

Definition at line 1700 of file catch.hpp.


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


catch_ros
Author(s): Max Schwarz
autogenerated on Thu Jan 14 2021 03:32:26