MayaFlux 0.1.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 291 of file Engine.hpp.

292 {
293 return m_subsystem_manager->get_subsystem(type);
294 }
std::shared_ptr< SubsystemManager > m_subsystem_manager
Definition Engine.hpp:316