All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Public Attributes | List of all members
Catch::ITransientExpression Struct Referenceabstract
+ Inheritance diagram for Catch::ITransientExpression:

Public Member Functions

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

Public Attributes

bool m_isBinaryExpression
 
bool m_result
 

Detailed Description

Definition at line 2202 of file catch.hpp.


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