|
|
| 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 |
| |
|
| ITransientExpression (bool isBinaryExpression, bool result) |
| |
|
|
ArgT const & | m_arg |
| |
|
MatcherT | m_matcher |
| |
|
StringRef | m_matcherString |
| |
|
|
bool | m_isBinaryExpression |
| |
|
bool | m_result |
| |
template<typename ArgT, typename MatcherT>
class Catch::MatchExpr< ArgT, MatcherT >
Definition at line 3103 of file catch.hpp.
The documentation for this class was generated from the following file: