API
Catch::UnaryExpr< LhsT > Class Template Reference

#include <catch.hpp>

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

Public Member Functions

 UnaryExpr (LhsT lhs)
 
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 

Public Attributes

bool m_isBinaryExpression
 
bool m_result
 

Private Member Functions

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

Private Attributes

LhsT m_lhs
 

Detailed Description

template<typename LhsT>
class Catch::UnaryExpr< LhsT >

Definition at line 2300 of file catch.hpp.

Constructor & Destructor Documentation

◆ UnaryExpr()

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

Definition at line 2308 of file catch.hpp.

Member Function Documentation

◆ getResult()

auto Catch::ITransientExpression::getResult ( ) const -> bool
inlineinherited

Definition at line 2204 of file catch.hpp.

◆ isBinaryExpression()

auto Catch::ITransientExpression::isBinaryExpression ( ) const -> bool
inlineinherited

Definition at line 2203 of file catch.hpp.

◆ streamReconstructedExpression()

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

Implements Catch::ITransientExpression.

Definition at line 2303 of file catch.hpp.

Member Data Documentation

◆ m_isBinaryExpression

bool Catch::ITransientExpression::m_isBinaryExpression
inherited

Definition at line 2216 of file catch.hpp.

Referenced by Catch::ITransientExpression::isBinaryExpression().

◆ m_lhs

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

Definition at line 2301 of file catch.hpp.

Referenced by Catch::UnaryExpr< LhsT >::streamReconstructedExpression().

◆ m_result

bool Catch::ITransientExpression::m_result
inherited

Definition at line 2217 of file catch.hpp.

Referenced by Catch::ITransientExpression::getResult().


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