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

#include <catch.hpp>

Public Member Functions

 ExprLhs (LhsT lhs)
 
template<typename RhsT >
auto operator== (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
auto operator== (bool rhs) -> BinaryExpr< LhsT, bool > const
 
template<typename RhsT >
auto operator!= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
auto operator!= (bool rhs) -> BinaryExpr< LhsT, bool > const
 
template<typename RhsT >
auto operator> (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator< (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator>= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator<= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator| (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator& (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator^ (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator&& (RhsT const &) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator|| (RhsT const &) -> BinaryExpr< LhsT, RhsT const & > const
 
auto makeUnaryExpr () const -> UnaryExpr< LhsT >
 

Private Attributes

LhsT m_lhs
 

Constructor & Destructor Documentation

◆ ExprLhs()

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

Member Function Documentation

◆ makeUnaryExpr()

template<typename LhsT >
auto Catch::ExprLhs< LhsT >::makeUnaryExpr ( ) const -> UnaryExpr<LhsT>
inline
Here is the caller graph for this function:

◆ operator!=() [1/2]

template<typename LhsT >
auto Catch::ExprLhs< LhsT >::operator!= ( bool  rhs) -> BinaryExpr<LhsT, bool> const
inline

◆ operator!=() [2/2]

template<typename LhsT >
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator!= ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

◆ operator&()

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

◆ operator&&()

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

◆ operator<()

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

◆ operator<=()

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

◆ operator==() [1/2]

template<typename LhsT >
auto Catch::ExprLhs< LhsT >::operator== ( bool  rhs) -> BinaryExpr<LhsT, bool> const
inline

◆ operator==() [2/2]

template<typename LhsT >
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator== ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

◆ operator>()

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

◆ operator>=()

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

◆ operator^()

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

◆ operator|()

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

◆ operator||()

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

Member Data Documentation

◆ m_lhs

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

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