spdlog
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
Catch::UnaryExpr< LhsT > Class Template Reference

Detailed Description

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

Definition at line 2150 of file catch.hpp.

#include <catch.hpp>

Inheritance diagram for Catch::UnaryExpr< LhsT >:
[legend]

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
 

Constructor & Destructor Documentation

◆ UnaryExpr()

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

Definition at line 2158 of file catch.hpp.

Member Function Documentation

◆ getResult()

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

Definition at line 2054 of file catch.hpp.

◆ isBinaryExpression()

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

Definition at line 2053 of file catch.hpp.

◆ streamReconstructedExpression()

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

Implements Catch::ITransientExpression.

Definition at line 2153 of file catch.hpp.

Member Data Documentation

◆ m_isBinaryExpression

bool Catch::ITransientExpression::m_isBinaryExpression
inherited

Definition at line 2066 of file catch.hpp.

◆ m_lhs

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

Definition at line 2151 of file catch.hpp.

◆ m_result

bool Catch::ITransientExpression::m_result
inherited

Definition at line 2067 of file catch.hpp.


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