|
libpsynth 0.2.1
|
A unary function object converting between sample types. More...
#include <sample_algorithm.hpp>


Public Types | |
| typedef detail::sample_convert_from_unsigned < DstSampleV > | from_unsigned |
| typedef detail::sample_converter_impl < SrcSampleV, DstSampleV, std::is_same< typename from_unsigned::argument_type, DstSampleV >::value > | converter_impl |
Public Member Functions | |
| PSYNTH_FORCEINLINE DstSampleV | operator() (const SrcSampleV &src) const |
A unary function object converting between sample types.
| typedef detail::sample_converter_impl< SrcSampleV, DstSampleV, std::is_same<typename from_unsigned::argument_type, DstSampleV>::value> psynth::sound::sample_converter< SrcSampleV, DstSampleV >::converter_impl |
| typedef detail::sample_convert_from_unsigned<DstSampleV> psynth::sound::sample_converter< SrcSampleV, DstSampleV >::from_unsigned |
| PSYNTH_FORCEINLINE DstSampleV psynth::sound::sample_converter< SrcSampleV, DstSampleV >::operator() | ( | const SrcSampleV & | src | ) | const [inline] |
1.7.4