HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
MatcherFunction< SampleType > Member List

This is the complete list of members for MatcherFunction< SampleType >, including all inherited members.

appliesToChannel(size_t channel)Matcher< SampleType, MatcherFunction< SampleType > >inlineprotected
atAllChannels() &Matcher< SampleType, MatcherFunction< SampleType > >inline
atAllChannels() &&Matcher< SampleType, MatcherFunction< SampleType > >inline
atAllChannelsExcept(std::initializer_list< size_t > channelsToSkip) &Matcher< SampleType, MatcherFunction< SampleType > >inline
atAllChannelsExcept(std::initializer_list< size_t > channelsToSkip) &&Matcher< SampleType, MatcherFunction< SampleType > >inline
atChannel(size_t channelToMatch) &Matcher< SampleType, MatcherFunction< SampleType > >inline
atChannel(size_t channelToMatch) &&Matcher< SampleType, MatcherFunction< SampleType > >inline
atChannels(std::initializer_list< size_t > channelsToMatch) &Matcher< SampleType, MatcherFunction< SampleType > >inline
atChannels(std::initializer_list< size_t > channelsToMatch) &&Matcher< SampleType, MatcherFunction< SampleType > >inline
canOperatePerBlock() const overrideMatcherFunction< SampleType >inlinevirtual
copy() const overrideMatcher< SampleType, MatcherFunction< SampleType > >inlinevirtual
getFailureDetails() const overrideMatcherFunction< SampleType >inlinevirtual
HART_DEPRECATED("This match() overload will be removed in HART 1.0.0, use \"match (const AudioBuffer&, const AudioBuffer&)\" instead") virtual bool match(const AudioBuffer< SampleType > &observedAudio)MatcherBase< SampleType >inline
m_channelsToMatchMatcher< SampleType, MatcherFunction< SampleType > >protected
match(const AudioBuffer< SampleType > &inputAudio, const AudioBuffer< SampleType > &observedOutputAudio) overrideMatcherFunction< SampleType >inlinevirtual
MatcherFunction(std::function< bool(const AudioBuffer< SampleType > &, const AudioBuffer< SampleType > &)> matcherFunction, const std::string &label={})MatcherFunction< SampleType >inline
MatcherFunction(std::function< bool(const AudioBuffer< SampleType > &)> matcherFunction, const std::string &label={})MatcherFunction< SampleType >inline
move() overrideMatcher< SampleType, MatcherFunction< SampleType > >inlinevirtual
operator<<(std::ostream &stream, const MatcherBase< SampleType > &matcher)Matcher< SampleType, MatcherFunction< SampleType > >related
prepare(double, size_t, size_t) overrideMatcherFunction< SampleType >inlinevirtual
represent(std::ostream &stream) const overrideMatcherFunction< SampleType >inlinevirtual
representWithActiveChannels(std::ostream &stream) const overrideMatcher< SampleType, MatcherFunction< SampleType > >inlinevirtual
reset()MatcherBase< SampleType >inlinevirtual
~MatcherBase()=defaultMatcherBase< SampleType >virtual