sst-waveshapers
Waveshapers submodule for the Surge Synthesizer
BinaryExpr< LhsT, RhsT > Member List

This is the complete list of members for BinaryExpr< LhsT, RhsT >, including all inherited members.

BinaryExpr(bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs)BinaryExpr< LhsT, RhsT >
getResult() const -> boolITransientExpression
isBinaryExpression() const -> boolITransientExpression
ITransientExpression(bool isBinaryExpression, bool result)ITransientExpression
m_isBinaryExpressionITransientExpression
m_resultITransientExpression
operator!=(T) const -> BinaryExpr< LhsT, RhsT const & > constBinaryExpr< LhsT, RhsT >
operator&&(T) const -> BinaryExpr< LhsT, RhsT const & > constBinaryExpr< LhsT, RhsT >
operator<(T) const -> BinaryExpr< LhsT, RhsT const & > constBinaryExpr< LhsT, RhsT >
operator<=(T) const -> BinaryExpr< LhsT, RhsT const & > constBinaryExpr< LhsT, RhsT >
operator==(T) const -> BinaryExpr< LhsT, RhsT const & > constBinaryExpr< LhsT, RhsT >
operator>(T) const -> BinaryExpr< LhsT, RhsT const & > constBinaryExpr< LhsT, RhsT >
operator>=(T) const -> BinaryExpr< LhsT, RhsT const & > constBinaryExpr< LhsT, RhsT >
operator||(T) const -> BinaryExpr< LhsT, RhsT const & > constBinaryExpr< LhsT, RhsT >
~ITransientExpression()ITransientExpressionvirtual