MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_subsystem()

std::shared_ptr< ISubsystem > MayaFlux::Core::Engine::get_subsystem ( SubsystemType  type)
inline

Get typed access to a specific subsystem.

Template Parameters
SubsystemTypeExpected type of the subsystem
Parameters
tokensToken configuration identifying the subsystem
Returns
Shared pointer to subsystem or nullptr if not found

Definition at line 331 of file Engine.hpp.

332 {
333 return m_subsystem_manager->get_subsystem(type);
334 }
std::shared_ptr< SubsystemManager > m_subsystem_manager
Definition Engine.hpp:383

Referenced by MayaFlux::get_input_subsystem().

+ Here is the caller graph for this function: