#include <catch.hpp>
Public Member Functions | |
MatchExpr (ArgT const &arg, MatcherT const &matcher, StringRef const &matcherString) | |
void | streamReconstructedExpression (std::ostream &os) const override |
auto | isBinaryExpression () const -> bool |
auto | getResult () const -> bool |
Public Attributes | |
bool | m_isBinaryExpression |
bool | m_result |
Private Attributes | |
ArgT const & | m_arg |
MatcherT | m_matcher |
StringRef | m_matcherString |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineoverridevirtual |
Implements Catch::ITransientExpression.
|
private |
|
inherited |
Definition at line 2216 of file catch.hpp.
Referenced by Catch::ITransientExpression::isBinaryExpression().
|
private |
|
private |
|
inherited |
Definition at line 2217 of file catch.hpp.
Referenced by Catch::ITransientExpression::getResult().