This is the complete list of members for Catch::BinaryExpr< LhsT, RhsT >, including all inherited members.
| BinaryExpr(bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs) (defined in Catch::BinaryExpr< LhsT, RhsT >) | Catch::BinaryExpr< LhsT, RhsT > | inline |
| getResult() const -> bool (defined in Catch::ITransientExpression) | Catch::ITransientExpression | inline |
| isBinaryExpression() const -> bool (defined in Catch::ITransientExpression) | Catch::ITransientExpression | inline |
| ITransientExpression(bool isBinaryExpression, bool result) (defined in Catch::ITransientExpression) | Catch::ITransientExpression | inline |
| m_isBinaryExpression (defined in Catch::ITransientExpression) | Catch::ITransientExpression | |
| m_lhs (defined in Catch::BinaryExpr< LhsT, RhsT >) | Catch::BinaryExpr< LhsT, RhsT > | private |
| m_op (defined in Catch::BinaryExpr< LhsT, RhsT >) | Catch::BinaryExpr< LhsT, RhsT > | private |
| m_result (defined in Catch::ITransientExpression) | Catch::ITransientExpression | |
| m_rhs (defined in Catch::BinaryExpr< LhsT, RhsT >) | Catch::BinaryExpr< LhsT, RhsT > | private |
| streamReconstructedExpression(std::ostream &os) const override (defined in Catch::BinaryExpr< LhsT, RhsT >) | Catch::BinaryExpr< LhsT, RhsT > | inlineprivatevirtual |
| ~ITransientExpression() (defined in Catch::ITransientExpression) | Catch::ITransientExpression | virtual |