arduino-emulator
Public Member Functions | Public Attributes | List of all members
Catch::ITransientExpression Struct Referenceabstract
Inheritance diagram for Catch::ITransientExpression:
Catch::BinaryExpr< LhsT, RhsT > Catch::MatchExpr< ArgT, MatcherT > Catch::UnaryExpr< LhsT >

Public Member Functions

 ITransientExpression (bool isBinaryExpression, bool result)
 
auto getResult () const -> bool
 
auto isBinaryExpression () const -> bool
 
virtual void streamReconstructedExpression (std::ostream &os) const =0
 

Public Attributes

bool m_isBinaryExpression
 
bool m_result
 

The documentation for this struct was generated from the following file: