Public Member Functions | Private Member Functions | Private Attributes | List of all members
Catch::BinaryExpr< LhsT, RhsT > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::BinaryExpr< LhsT, RhsT >:
Inheritance graph
[legend]

Public Member Functions

 BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs)
 
template<typename T >
auto operator!= (T) const -> BinaryExpr< LhsT, RhsT const &> const
 
template<typename T >
auto operator&& (T) const -> BinaryExpr< LhsT, RhsT const &> const
 
template<typename T >
auto operator< (T) const -> BinaryExpr< LhsT, RhsT const &> const
 
template<typename T >
auto operator<= (T) const -> BinaryExpr< LhsT, RhsT const &> const
 
template<typename T >
auto operator== (T) const -> BinaryExpr< LhsT, RhsT const &> const
 
template<typename T >
auto operator> (T) const -> BinaryExpr< LhsT, RhsT const &> const
 
template<typename T >
auto operator>= (T) const -> BinaryExpr< LhsT, RhsT const &> const
 
template<typename T >
auto operator|| (T) const -> BinaryExpr< LhsT, RhsT const &> const
 
- Public Member Functions inherited from Catch::ITransientExpression
auto getResult () const -> bool
 
auto isBinaryExpression () const -> bool
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 

Private Member Functions

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

Private Attributes

LhsT m_lhs
 
StringRef m_op
 
RhsT m_rhs
 

Additional Inherited Members

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

Detailed Description

template<typename LhsT, typename RhsT>
class Catch::BinaryExpr< LhsT, RhsT >

Definition at line 1870 of file catch.hpp.

Constructor & Destructor Documentation

◆ BinaryExpr()

template<typename LhsT , typename RhsT >
Catch::BinaryExpr< LhsT, RhsT >::BinaryExpr ( bool  comparisonResult,
LhsT  lhs,
StringRef  op,
RhsT  rhs 
)
inline

Definition at line 1881 of file catch.hpp.

Member Function Documentation

◆ operator!=()

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator!= ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 1910 of file catch.hpp.

◆ operator&&()

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator && ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 1889 of file catch.hpp.

◆ operator<()

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator< ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 1924 of file catch.hpp.

◆ operator<=()

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator<= ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 1938 of file catch.hpp.

◆ operator==()

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator== ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 1903 of file catch.hpp.

◆ operator>()

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator> ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 1917 of file catch.hpp.

◆ operator>=()

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator>= ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 1931 of file catch.hpp.

◆ operator||()

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator|| ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 1896 of file catch.hpp.

◆ streamReconstructedExpression()

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

Implements Catch::ITransientExpression.

Definition at line 1875 of file catch.hpp.

Member Data Documentation

◆ m_lhs

template<typename LhsT , typename RhsT >
LhsT Catch::BinaryExpr< LhsT, RhsT >::m_lhs
private

Definition at line 1871 of file catch.hpp.

◆ m_op

template<typename LhsT , typename RhsT >
StringRef Catch::BinaryExpr< LhsT, RhsT >::m_op
private

Definition at line 1872 of file catch.hpp.

◆ m_rhs

template<typename LhsT , typename RhsT >
RhsT Catch::BinaryExpr< LhsT, RhsT >::m_rhs
private

Definition at line 1873 of file catch.hpp.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03