|
libpsynth 0.2.1
|
A set of samples coincidents in time. More...
#include <concept.hpp>
Public Member Functions | |
| void | constraints () |
A set of samples coincidents in time.
concept FrameConcept<typename F> :
ChannelBaseConcept<F>, FrameBasedConcept<F> {
where is_frame<F>::type::value==true;
// where for each K [0..size<F>::value-1]:
// SampleConcept<kth_element_type<F,K> >;
typename F::value_type; where FrameValueConcept<value_type>;
typename F::reference; where FrameConcept<reference>;
typename F::const_reference; where FrameConcept<const_reference>;
static const bool F::is_mutable;
template <FrameConcept F2> where { FrameConcept<F,F2> }
F::F(F2);
template <FrameConcept F2> where { FrameConcept<F,F2> }
bool operator==(const F&, const F2&);
template <FrameConcept F2> where { FrameConcept<F,F2> }
bool operator!=(const F&, const F2&);
};
| void psynth::sound::FrameConcept< F >::constraints | ( | ) | [inline] |
1.7.4