sst-waveshapers
Waveshapers submodule for the Surge Synthesizer
Public Member Functions | Public Attributes | List of all members
ITransientExpression Struct Referenceabstract
+ Inheritance diagram for ITransientExpression:

Public Member Functions

auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
virtual void streamReconstructedExpression (std::ostream &os) const =0
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 

Public Attributes

bool m_isBinaryExpression
 
bool m_result
 

Constructor & Destructor Documentation

◆ ITransientExpression()

ITransientExpression ( bool  isBinaryExpression,
bool  result 
)

◆ ~ITransientExpression()

virtual ~ITransientExpression ( )
virtual

Member Function Documentation

◆ isBinaryExpression()

auto isBinaryExpression ( ) const -> bool

◆ getResult()

auto getResult ( ) const -> bool

◆ streamReconstructedExpression()

virtual void streamReconstructedExpression ( std::ostream &  os) const
pure virtual

Implemented in MatchExpr< ArgT, MatcherT >.

Member Data Documentation

◆ m_isBinaryExpression

bool m_isBinaryExpression

◆ m_result

bool m_result

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