Struct ITransientExpression

Inheritance Relationships

Derived Types

Struct Documentation

struct ITransientExpression

Subclassed by Catch::BinaryExpr< LhsT, RhsT >, Catch::MatchExpr< ArgT, MatcherT >, Catch::UnaryExpr< LhsT >

Public Functions

inline bool isBinaryExpression() const
inline bool getResult() const
virtual void streamReconstructedExpression(std::ostream &os) const = 0
inline ITransientExpression(bool isBinaryExpression, bool result)
virtual ~ITransientExpression()

Public Members

bool m_isBinaryExpression
bool m_result