Audacity 3.2.0
|
A pointer to an aligned range of floats. More...
#include <PowerSpectrumGetter.h>
Public Member Functions | |
PffftFloats ()=default | |
PffftFloats (const PffftFloats &)=default | |
PffftFloats & | operator= (const PffftFloats &)=default |
float * | get () const noexcept |
PffftFloats | operator+= (PffftAlignedCount c) |
operator bool () const noexcept | |
Private Member Functions | |
PffftFloats (float *p) | |
Private Attributes | |
friend | PffftFloatVector |
float * | p {} |
Friends | |
PffftFloats | operator+ (PffftFloats p, PffftAlignedCount c) |
PffftFloats | operator+ (PffftAlignedCount c, PffftFloats p) |
A pointer to an aligned range of floats.
It can be constructed only defaulted to null or else returned by PffftFloatVector::aligned It restricts pointer arithmetic to addition of well-aligned increments
Definition at line 104 of file PowerSpectrumGetter.h.
|
default |
|
default |
|
inlineexplicitprivate |
Definition at line 131 of file PowerSpectrumGetter.h.
|
inlinenoexcept |
Definition at line 112 of file PowerSpectrumGetter.h.
References p.
Referenced by PowerSpectrumGetter::operator()().
|
inlineexplicitnoexcept |
|
inline |
Definition at line 114 of file PowerSpectrumGetter.h.
References p.
|
default |
|
friend |
Definition at line 122 of file PowerSpectrumGetter.h.
|
friend |
Definition at line 117 of file PowerSpectrumGetter.h.
|
private |
Definition at line 133 of file PowerSpectrumGetter.h.
Referenced by get(), operator bool(), and operator+=().
|
private |
Definition at line 132 of file PowerSpectrumGetter.h.