FreeRTOS port on GAP8/RISC-V
|
Public Member Functions | |
auto | isBinaryExpression () const -> bool |
auto | getResult () const -> bool |
virtual void | streamReconstructedExpression (std::ostream &os) const =0 |
ITransientExpression (bool isBinaryExpression, bool result) | |
virtual | ~ITransientExpression () |
Data Fields | |
bool | m_isBinaryExpression |
bool | m_result |
|
inline |
|
virtual |
|
inline |
|
inline |
|
pure virtual |
Implemented in Catch::MatchExpr< ArgT, MatcherT >, Catch::UnaryExpr< LhsT >, and Catch::BinaryExpr< LhsT, RhsT >.
bool Catch::ITransientExpression::m_isBinaryExpression |
bool Catch::ITransientExpression::m_result |