|
| | ConstProcessContext (T const *data, samplecnt_t samples, ChannelCount channels) |
| | Basic constructor with data, sample and channel count. More...
|
| |
| | ConstProcessContext (ProcessContext< T > const &other) |
| | Copy constructor from const ProcessContext. More...
|
| |
| template<typename ProcessContext > |
| | ConstProcessContext (ProcessContext const &other, T const *data, samplecnt_t samples, ChannelCount channels) |
| | "Copy constructor", with unique data, sample and channel count, but copies flags More...
|
| |
| template<typename ProcessContext > |
| | ConstProcessContext (ProcessContext const &other, T const *data, samplecnt_t samples) |
| | "Copy constructor", with unique data and sample count, but copies channel count and flags More...
|
| |
| template<typename ProcessContext > |
| | ConstProcessContext (ProcessContext const &other, T const *data) |
| | "Copy constructor", with unique data, but copies sample and channel count + flags More...
|
| |
| | operator ProcessContext< T > const & () |
| |
| ProcessContext< T > const & | operator() () |
| |
| ProcessContext< T > const * | operator& () |
| |
template<typename T = DefaultSampleType>
class AudioGrapher::ConstProcessContext< T >
A wrapper for a const ProcesContext which can be created from const data.
Definition at line 160 of file process_context.h.