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 ITransientExpression | |
auto | isBinaryExpression () const -> bool |
auto | getResult () const -> bool |
ITransientExpression (bool isBinaryExpression, bool result) | |
virtual | ~ITransientExpression () |
Additional Inherited Members | |
Public Attributes inherited from ITransientExpression | |
bool | m_isBinaryExpression |
bool | m_result |
|
overridevirtual |
Implements ITransientExpression.
References Catch::Detail::stringify(), and Catch::Detail::unprintableString.