HART  0.1.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
hart_signal.hpp File Reference
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <memory>
#include <random>
#include <string>
#include <vector>
#include "hart_audio_buffer.hpp"
#include "dsp/hart_dsp.hpp"
#include "hart_exceptions.hpp"
Include dependency graph for hart_signal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Signal< SampleType >
 Base class for signals. More...
 

Namespaces

namespace  hart
 

Macros

#define HART_SIGNAL_DEFINE_COPY_AND_MOVE(ClassName)
 Defines hart::Signal::copy() and hart::Signal::move() methods.
 
#define HART_SIGNAL_FORBID_COPY_AND_MOVE
 Forbids hart::Signal::copy() and hart::Signal::move() methods.
 
#define HART_SIGNAL_DECLARE_ALIASES_FOR(ClassName)
 

Macro Definition Documentation

◆ HART_SIGNAL_DECLARE_ALIASES_FOR

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

Definition at line 381 of file hart_signal.hpp.