Ardour  8.12
AudioGrapher::TypeUtilsBase Class Reference

Non-template base class for TypeUtils. More...

#include <type_utils.h>

Inheritance diagram for AudioGrapher::TypeUtilsBase:
[legend]

Static Protected Member Functions

template<typename T , bool b>
static void do_zero_fill (T *buffer, samplecnt_t samples, const boost::integral_constant< bool, b > &)
 
template<typename T >
static void do_zero_fill (T *buffer, samplecnt_t samples, const boost::true_type &)
 

Detailed Description

Non-template base class for TypeUtils.

Definition at line 17 of file type_utils.h.

Member Function Documentation

◆ do_zero_fill() [1/2]

template<typename T , bool b>
static void AudioGrapher::TypeUtilsBase::do_zero_fill ( T *  buffer,
samplecnt_t  samples,
const boost::integral_constant< bool, b > &   
)
inlinestaticprotected

Definition at line 22 of file type_utils.h.

◆ do_zero_fill() [2/2]

template<typename T >
static void AudioGrapher::TypeUtilsBase::do_zero_fill ( T *  buffer,
samplecnt_t  samples,
const boost::true_type &   
)
inlinestaticprotected

Definition at line 26 of file type_utils.h.


The documentation for this class was generated from the following file: