|
spdlog
|
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 |
|
private |
|
private |