HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
hart_matcher.hpp File Reference
#include <memory>
#include <string>
#include "hart_audio_buffer.hpp"
#include "hart_channel_flags.hpp"
#include "hart_exceptions.hpp"
#include "hart_matcher_failure_details.hpp"
#include "hart_utils.hpp"
Include dependency graph for hart_matcher.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MatcherBase< SampleType >
 Polymorphic base for all matchers. More...
 
class  Matcher< SampleType, Derived >
 Base for audio matchers. More...
 

Namespaces

namespace  hart
 

Macros

#define HART_MATCHER_DECLARE_ALIASES_FOR(ClassName)
 

Macro Definition Documentation

◆ HART_MATCHER_DECLARE_ALIASES_FOR

#define HART_MATCHER_DECLARE_ALIASES_FOR (   ClassName)
Value:
namespace aliases_float{\
using ClassName = hart::ClassName<float>;\
}\
namespace aliases_double{\
using ClassName = hart::ClassName<double>;\
}

Definition at line 243 of file hart_matcher.hpp.