#include <Mixer.hpp>
|
| static std::shared_ptr< Mixer< F > > | create (std::string const &name, Algorithm *algorithm) |
| | Creates a mixer object of the mixer type specified by the given name. The instantiated mixer must be registered using the MixerRegistrar class.
|
| |
◆ create()
Creates a mixer object of the mixer type specified by the given name. The instantiated mixer must be registered using the MixerRegistrar class.
◆ getMixerMap()
◆ mixerMap
template<typename F >
| std::map< std::string, std::function< std::shared_ptr< Mixer< F > >(Algorithm *algorithm)> > * MixerFactory::mixerMap |
|
staticprotected |
The documentation for this class was generated from the following files: