sst-waveshapers
Waveshapers submodule for the Surge Synthesizer
Public Member Functions | List of all members
MatcherBase< T > Struct Template Reference
+ Inheritance diagram for MatcherBase< T >:

Public Member Functions

MatchAllOf< T > operator&& (MatcherBase const &other) const
 
MatchAnyOf< T > operator|| (MatcherBase const &other) const
 
MatchNotOf< T > operator! () const
 
- Public Member Functions inherited from MatcherUntypedBase
 MatcherUntypedBase ()=default
 
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
std::string toString () const
 
- Public Member Functions inherited from MatcherMethod< T >
virtual bool match (T const &arg) const=0
 

Additional Inherited Members

- Protected Member Functions inherited from MatcherUntypedBase
virtual ~MatcherUntypedBase ()
 
virtual std::string describe () const =0
 
- Protected Attributes inherited from MatcherUntypedBase
std::string m_cachedToString
 

Member Function Documentation

◆ operator&&()

MatchAllOf< T > operator&& ( MatcherBase< T > const &  other) const

◆ operator||()

MatchAnyOf< T > operator|| ( MatcherBase< T > const &  other) const

◆ operator!()

MatchNotOf< T > operator!

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