#include <catch.hpp>
Definition at line 1465 of file catch.hpp.
Catch::ITransientExpression::ITransientExpression |
( |
bool |
isBinaryExpression, |
|
|
bool |
result |
|
) |
| |
|
inline |
virtual Catch::ITransientExpression::~ITransientExpression |
( |
| ) |
|
|
virtual |
auto Catch::ITransientExpression::getResult |
( |
| ) |
const -> bool |
|
inline |
auto Catch::ITransientExpression::isBinaryExpression |
( |
| ) |
const -> bool |
|
inline |
virtual void Catch::ITransientExpression::streamReconstructedExpression |
( |
std::ostream & |
os | ) |
const |
|
pure virtual |
bool Catch::ITransientExpression::m_isBinaryExpression |
bool Catch::ITransientExpression::m_result |
The documentation for this struct was generated from the following file: