FreeRTOS port on GAP8/RISC-V
|
Public Member Functions | |
LazyExpression (bool isNegated) | |
LazyExpression (LazyExpression const &other) | |
LazyExpression & | operator= (LazyExpression const &)=delete |
operator bool () const | |
Private Attributes | |
ITransientExpression const * | m_transientExpression |
bool | m_isNegated |
Friends | |
class | AssertionHandler |
struct | AssertionStats |
class | RunContext |
auto | operator<< (std::ostream &os, LazyExpression const &lazyExpr) -> std::ostream & |
Catch::LazyExpression::LazyExpression | ( | bool | isNegated | ) |
Catch::LazyExpression::LazyExpression | ( | LazyExpression const & | other | ) |
|
explicit |
|
delete |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
|
private |