#include <catch.hpp>
| Catch::ResultBuilder::ResultBuilder | ( | char const * | macroName, |
| SourceLineInfo const & | lineInfo, | ||
| char const * | capturedExpression, | ||
| ResultDisposition::Flags | resultDisposition | ||
| ) |
| bool Catch::ResultBuilder::allowThrows | ( | ) | const |
| AssertionResult Catch::ResultBuilder::build | ( | ) | const |
| void Catch::ResultBuilder::captureResult | ( | ResultWas::OfType | resultType | ) |
| STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ResultBuilder::operator&& | ( | RhsT const & | ) |
| ResultBuilder& Catch::ResultBuilder::operator<< | ( | T const & | value | ) | [inline] |
| ExpressionLhs< T const & > Catch::ResultBuilder::operator<= | ( | T const & | operand | ) | [inline] |
| ExpressionLhs< bool > Catch::ResultBuilder::operator<= | ( | bool | value | ) | [inline] |
| STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison& Catch::ResultBuilder::operator|| | ( | RhsT const & | ) |
| ResultBuilder& Catch::ResultBuilder::setLhs | ( | std::string const & | lhs | ) |
| ResultBuilder& Catch::ResultBuilder::setOp | ( | std::string const & | op | ) |
| ResultBuilder& Catch::ResultBuilder::setResultType | ( | bool | result | ) |
| ResultBuilder& Catch::ResultBuilder::setRhs | ( | std::string const & | rhs | ) |
| bool Catch::ResultBuilder::shouldDebugBreak | ( | ) | const |
| void Catch::ResultBuilder::useActiveException | ( | ResultDisposition::Flags | resultDisposition = ResultDisposition::Normal | ) |
bool Catch::ResultBuilder::m_shouldDebugBreak [private] |
bool Catch::ResultBuilder::m_shouldThrow [private] |
CopyableStream Catch::ResultBuilder::m_stream [private] |