#include <catch.hpp>
|
| BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs) |
|
template<typename T > |
auto | operator&& (T) const -> BinaryExpr< LhsT, RhsT const & > const |
|
template<typename T > |
auto | operator|| (T) const -> BinaryExpr< LhsT, RhsT const & > const |
|
template<typename T > |
auto | operator== (T) const -> BinaryExpr< LhsT, RhsT const & > const |
|
template<typename T > |
auto | operator!= (T) const -> BinaryExpr< LhsT, RhsT const & > const |
|
template<typename T > |
auto | operator> (T) const -> BinaryExpr< LhsT, RhsT const & > const |
|
template<typename T > |
auto | operator< (T) const -> BinaryExpr< LhsT, RhsT const & > const |
|
template<typename T > |
auto | operator>= (T) const -> BinaryExpr< LhsT, RhsT const & > const |
|
template<typename T > |
auto | operator<= (T) const -> BinaryExpr< LhsT, RhsT const & > const |
|
auto | isBinaryExpression () const -> bool |
|
auto | getResult () const -> bool |
|
| ITransientExpression (bool isBinaryExpression, bool result) |
|
virtual | ~ITransientExpression () |
|
◆ BinaryExpr()
template<typename LhsT , typename RhsT >
◆ operator!=()
template<typename LhsT , typename RhsT >
template<typename T >
◆ operator&&()
template<typename LhsT , typename RhsT >
template<typename T >
◆ operator<()
template<typename LhsT , typename RhsT >
template<typename T >
◆ operator<=()
template<typename LhsT , typename RhsT >
template<typename T >
◆ operator==()
template<typename LhsT , typename RhsT >
template<typename T >
◆ operator>()
template<typename LhsT , typename RhsT >
template<typename T >
◆ operator>=()
template<typename LhsT , typename RhsT >
template<typename T >
◆ operator||()
template<typename LhsT , typename RhsT >
template<typename T >
◆ streamReconstructedExpression()
template<typename LhsT , typename RhsT >
void Catch::BinaryExpr< LhsT, RhsT >::streamReconstructedExpression |
( |
std::ostream & |
os | ) |
const |
|
inlineoverrideprivatevirtual |
◆ m_lhs
template<typename LhsT , typename RhsT >
◆ m_op
template<typename LhsT , typename RhsT >
◆ m_rhs
template<typename LhsT , typename RhsT >
The documentation for this class was generated from the following file: