sst-waveshapers
Waveshapers submodule for the Surge Synthesizer
Public Member Functions | List of all members
BinaryExpr< LhsT, RhsT > Class Template Reference
+ Inheritance diagram for BinaryExpr< LhsT, RhsT >:

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 ITransientExpression
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 

Additional Inherited Members

- Public Attributes inherited from ITransientExpression
bool m_isBinaryExpression
 
bool m_result
 

Constructor & Destructor Documentation

◆ BinaryExpr()

BinaryExpr ( bool  comparisonResult,
LhsT  lhs,
StringRef  op,
RhsT  rhs 
)

Member Function Documentation

◆ operator&&()

auto operator&& ( ) const -> BinaryExpr<LhsT, RhsT const&> const

◆ operator||()

auto operator|| ( ) const -> BinaryExpr<LhsT, RhsT const&> const

◆ operator==()

auto operator== ( ) const -> BinaryExpr<LhsT, RhsT const&> const

◆ operator!=()

auto operator!= ( ) const -> BinaryExpr<LhsT, RhsT const&> const

◆ operator>()

auto operator> ( ) const -> BinaryExpr<LhsT, RhsT const&> const

◆ operator<()

auto operator< ( ) const -> BinaryExpr<LhsT, RhsT const&> const

◆ operator>=()

auto operator>= ( ) const -> BinaryExpr<LhsT, RhsT const&> const

◆ operator<=()

auto operator<= ( ) const -> BinaryExpr<LhsT, RhsT const&> const

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