Ardour  9.0-pre0-386-g96ef4d20f2
AudioGrapher::TypeUtils< T > Member List

This is the complete list of members for AudioGrapher::TypeUtils< T >, including all inherited members.

copy(T const *source, T *destination, samplecnt_t samples)AudioGrapher::TypeUtils< T >inlinestatic
do_zero_fill(T *buffer, samplecnt_t samples, const std::bool_constant< b > &)AudioGrapher::TypeUtilsBaseinlineprivatestatic
do_zero_fill(T *buffer, samplecnt_t samples, const std::true_type &)AudioGrapher::TypeUtilsBaseinlineprivatestatic
move(T const *source, T *destination, samplecnt_t samples)AudioGrapher::TypeUtils< T >inlinestatic
zero_fill(T *buffer, samplecnt_t samples)AudioGrapher::TypeUtils< T >inlinestatic
zero_fillable typedefAudioGrapher::TypeUtils< T >private