|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
#include "MayaFlux/Yantra/Data/DataIO.hpp"
Include dependency graph for OperationChain.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | MayaFlux::Yantra::FluentExecutor< Executor, DataType > |
| Fluent interface for chaining operations on any executor. More... | |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Yantra |
Functions | |
| template<typename Executor , ComputeData DataType> | |
| auto | MayaFlux::Yantra::make_fluent (std::shared_ptr< Executor > executor, DataType &&data) |
| Construct a FluentExecutor from raw data with type deduction (convenience entry point) | |
| template<typename Executor , ComputeData DataType> | |
| auto | MayaFlux::Yantra::make_fluent (std::shared_ptr< Executor > executor, Datum< DataType > &&datum) |
| Construct a FluentExecutor from a Datum with type deduction. | |