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

◆ get_subsystem_manager()

std::shared_ptr< SubsystemManager > MayaFlux::Core::Engine::get_subsystem_manager ( )
inline

Gets the subsystem manager for advanced component access.

Returns
Shared pointer to SubsystemManager for subsystem coordination

The SubsystemManager provides access to specialized subsystems like audio backends, graphics systems, and custom processing domains.

Definition at line 283 of file Engine.hpp.

283{ return m_subsystem_manager; }
std::shared_ptr< SubsystemManager > m_subsystem_manager
Definition Engine.hpp:316