BinaryExpr(bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs) | Catch::BinaryExpr< LhsT, RhsT > | inline |
getResult() const -> bool | Catch::ITransientExpression | inline |
isBinaryExpression() const -> bool | Catch::ITransientExpression | inline |
ITransientExpression(bool isBinaryExpression, bool result) | Catch::ITransientExpression | inline |
m_isBinaryExpression | Catch::ITransientExpression | |
m_lhs | Catch::BinaryExpr< LhsT, RhsT > | private |
m_op | Catch::BinaryExpr< LhsT, RhsT > | private |
m_result | Catch::ITransientExpression | |
m_rhs | Catch::BinaryExpr< LhsT, RhsT > | private |
operator!=(T) const -> BinaryExpr< LhsT, RhsT const & > const | Catch::BinaryExpr< LhsT, RhsT > | inline |
operator&&(T) const -> BinaryExpr< LhsT, RhsT const & > const | Catch::BinaryExpr< LhsT, RhsT > | inline |
operator<(T) const -> BinaryExpr< LhsT, RhsT const & > const | Catch::BinaryExpr< LhsT, RhsT > | inline |
operator<=(T) const -> BinaryExpr< LhsT, RhsT const & > const | Catch::BinaryExpr< LhsT, RhsT > | inline |
operator==(T) const -> BinaryExpr< LhsT, RhsT const & > const | Catch::BinaryExpr< LhsT, RhsT > | inline |
operator>(T) const -> BinaryExpr< LhsT, RhsT const & > const | Catch::BinaryExpr< LhsT, RhsT > | inline |
operator>=(T) const -> BinaryExpr< LhsT, RhsT const & > const | Catch::BinaryExpr< LhsT, RhsT > | inline |
operator||(T) const -> BinaryExpr< LhsT, RhsT const & > const | Catch::BinaryExpr< LhsT, RhsT > | inline |
streamReconstructedExpression(std::ostream &os) const override | Catch::BinaryExpr< LhsT, RhsT > | inlineprivatevirtual |
~ITransientExpression() | Catch::ITransientExpression | virtual |