|
HART
0.1.0
High level Audio Regression and Testing
|
#include <memory>#include <string>#include "hart_audio_buffer.hpp"#include "hart_matcher_failure_details.hpp"#include "hart_utils.hpp"Go to the source code of this file.
Classes | |
| class | Matcher< SampleType > |
| Base for audio matchers. More... | |
Namespaces | |
| namespace | hart |
Macros | |
| #define | HART_MATCHER_DEFINE_COPY_AND_MOVE(ClassName) |
| Defines hart::Matcher::copy() and hart::Matcher::move() methods. | |
| #define | HART_MATCHER_FORBID_COPY_AND_MOVE |
| Forbids hart::Matcher::copy() and hart::Matcher::move() methods. | |
| #define | HART_MATCHER_DECLARE_ALIASES_FOR(ClassName) |
| #define HART_MATCHER_DECLARE_ALIASES_FOR | ( | ClassName | ) |
Definition at line 154 of file hart_matcher.hpp.