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

◆ is_cross_access_allowed()

bool MayaFlux::Core::SubsystemManager::is_cross_access_allowed ( SubsystemType  from,
SubsystemType  to 
) const
private

Definition at line 182 of file SubsystemManager.cpp.

183{
184 auto it = m_cross_access_permissions.find(from);
185 return it != m_cross_access_permissions.end() && it->second.count(to) > 0;
186}
std::unordered_map< SubsystemType, std::unordered_set< SubsystemType > > m_cross_access_permissions

References m_cross_access_permissions.

Referenced by read_cross_subsystem_buffer().

+ Here is the caller graph for this function: