|
libpsynth 0.2.1
|
A constant subbyte sample reference whose bit offset is fixed at compile time. More...
#include <sample.hpp>


Public Types | |
| typedef const packed_sample_reference < BitField, FirstBit, NumBits, false > | const_reference |
| typedef const packed_sample_reference < BitField, FirstBit, NumBits, true > | mutable_reference |
| typedef parent_t::integer_t | integer_t |
Public Member Functions | |
| packed_sample_reference (const void *data_ptr) | |
| packed_sample_reference (const packed_sample_reference &ref) | |
| packed_sample_reference (const mutable_reference &ref) | |
| unsigned | first_bit () const |
| integer_t | get () const |
Friends | |
| class | packed_sample_reference< BitField, FirstBit, NumBits, true > |
A constant subbyte sample reference whose bit offset is fixed at compile time.
Models SampleConcept
| typedef const packed_sample_reference<BitField,FirstBit,NumBits,false> psynth::sound::packed_sample_reference< BitField, FirstBit, NumBits, false >::const_reference |
| typedef parent_t::integer_t psynth::sound::packed_sample_reference< BitField, FirstBit, NumBits, false >::integer_t |
| typedef const packed_sample_reference<BitField,FirstBit,NumBits,true> psynth::sound::packed_sample_reference< BitField, FirstBit, NumBits, false >::mutable_reference |
| psynth::sound::packed_sample_reference< BitField, FirstBit, NumBits, false >::packed_sample_reference | ( | const void * | data_ptr | ) | [inline, explicit] |
| psynth::sound::packed_sample_reference< BitField, FirstBit, NumBits, false >::packed_sample_reference | ( | const packed_sample_reference< BitField, FirstBit, NumBits, false > & | ref | ) | [inline] |
| psynth::sound::packed_sample_reference< BitField, FirstBit, NumBits, false >::packed_sample_reference | ( | const mutable_reference & | ref | ) | [inline] |
| unsigned psynth::sound::packed_sample_reference< BitField, FirstBit, NumBits, false >::first_bit | ( | ) | const [inline] |
| integer_t psynth::sound::packed_sample_reference< BitField, FirstBit, NumBits, false >::get | ( | ) | const [inline] |
friend class packed_sample_reference< BitField, FirstBit, NumBits, true > [friend] |
1.7.4