FreeRTOS port on GAP8/RISC-V
|
Public Member Functions | |
MatchExpr (ArgT const &arg, MatcherT const &matcher, StringRef const &matcherString) | |
void | streamReconstructedExpression (std::ostream &os) const override |
Public Member Functions inherited from Catch::ITransientExpression | |
auto | isBinaryExpression () const -> bool |
auto | getResult () const -> bool |
ITransientExpression (bool isBinaryExpression, bool result) | |
virtual | ~ITransientExpression () |
Private Attributes | |
ArgT const & | m_arg |
MatcherT | m_matcher |
StringRef | m_matcherString |
Additional Inherited Members | |
Data Fields inherited from Catch::ITransientExpression | |
bool | m_isBinaryExpression |
bool | m_result |
|
inline |
|
inlineoverridevirtual |
Implements Catch::ITransientExpression.
References Catch::Detail::stringify(), and Catch::Detail::unprintableString.
|
private |
|
private |
|
private |