Agora  1.2.0
Agora project
Catch::UnaryExpr< LhsT > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::UnaryExpr< LhsT >:
Collaboration diagram for Catch::UnaryExpr< LhsT >:

Public Member Functions

 UnaryExpr (LhsT lhs)
 
- Public Member Functions inherited from Catch::ITransientExpression
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 

Private Member Functions

void streamReconstructedExpression (std::ostream &os) const override
 

Private Attributes

LhsT m_lhs
 

Additional Inherited Members

- Public Attributes inherited from Catch::ITransientExpression
bool m_isBinaryExpression
 
bool m_result
 

Constructor & Destructor Documentation

◆ UnaryExpr()

template<typename LhsT >
Catch::UnaryExpr< LhsT >::UnaryExpr ( LhsT  lhs)
inlineexplicit

Member Function Documentation

◆ streamReconstructedExpression()

template<typename LhsT >
void Catch::UnaryExpr< LhsT >::streamReconstructedExpression ( std::ostream &  os) const
inlineoverrideprivatevirtual

Implements Catch::ITransientExpression.

Here is the call graph for this function:

Member Data Documentation

◆ m_lhs

template<typename LhsT >
LhsT Catch::UnaryExpr< LhsT >::m_lhs
private

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