|
libpsynth 0.2.1
|
#include <algorithm.hpp>


Public Types | |
| typedef binary_operation_obj < copy_and_convert_frames_fn < CC > >::result_type | result_type |
Public Member Functions | |
| copy_and_convert_frames_fn () | |
| copy_and_convert_frames_fn (CC cc_in) | |
| template<typename V1 , typename V2 > | |
| PSYNTH_FORCEINLINE result_type | apply_incompatible (const V1 &src, const V2 &dst) const |
| template<typename V1 , typename V2 > | |
| PSYNTH_FORCEINLINE result_type | apply_compatible (const V1 &src, const V2 &dst) const |
| typedef binary_operation_obj<copy_and_convert_frames_fn<CC> >::result_type psynth::sound::detail::copy_and_convert_frames_fn< CC >::result_type |
Reimplemented from psynth::sound::binary_operation_obj< copy_and_convert_frames_fn< CC > >.
| psynth::sound::detail::copy_and_convert_frames_fn< CC >::copy_and_convert_frames_fn | ( | ) | [inline] |
| psynth::sound::detail::copy_and_convert_frames_fn< CC >::copy_and_convert_frames_fn | ( | CC | cc_in | ) | [inline] |
| PSYNTH_FORCEINLINE result_type psynth::sound::detail::copy_and_convert_frames_fn< CC >::apply_compatible | ( | const V1 & | src, |
| const V2 & | dst | ||
| ) | const [inline] |
| PSYNTH_FORCEINLINE result_type psynth::sound::detail::copy_and_convert_frames_fn< CC >::apply_incompatible | ( | const V1 & | src, |
| const V2 & | dst | ||
| ) | const [inline] |
Reimplemented from psynth::sound::binary_operation_obj< copy_and_convert_frames_fn< CC > >.
1.7.4